Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0514.cs
index 28b365ba8daca2a1a5ad34e41b51290076bc9494..ee80d82e62086abe14fd944b3a566676d6c09e7a 100644 (file)
@@ -1,4 +1,4 @@
-// cs0514.cs: `X.X()': static constructor cannot have an explicit `this' or `base' constructor call
+// CS0514: `X.X()': static constructor cannot have an explicit `this' or `base' constructor call
 // Line: 4
 class X {
        static X () : base ()