Merge pull request #4040 from ntherning/disable-symbolicate-tests-on-windows
[mono.git] / mcs / errors / cs0026-2.cs
index 450ed8a2152b3b5f37e8142a4d55b9a54bdd005b..052e9bffadc27024cb5a9f932b10997a4ef79fb8 100644 (file)
@@ -1,4 +1,4 @@
-// cs0026-2.cs: Keyword `this' is not valid in a static property, static method, or static field initializer
+// CS0026: Keyword `this' is not valid in a static property, static method, or static field initializer
 // Line: 4
 class X {
        static object o = this;