Merge pull request #3894 from akoeplinger/fix-actor
[mono.git] / mcs / errors / cs0515.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3ffb5c7..1a3de5f
@@ -1,5 +1,6 @@
-// cs0515.cs: access modifiers are not allowed on static constructors
-// Line: 4
+// CS0515: `X.X()': static constructor cannot have an access modifier
+// Line: 5
+
 class X {
        public static X ()
        {