Merge pull request #3583 from xmcclure/test-418-checked
[mono.git] / mcs / errors / cs0504.cs
index a2d1126de67e8b84d0c9f8155906abe83921a38e..d21d6577a1f395c316907cef9c5d11bd2c28a0da 100644 (file)
@@ -1,9 +1,9 @@
-// cs0504.cs: The constant 'Sample.constant' cannot be marked static\r
-// Line: 5\r
-\r
-class Sample {\r
-        static const bool constant = false;\r
-}\r
-\r
-\r
-\r
+// CS0504: The constant `Sample.constant' cannot be marked static
+// Line: 5
+
+class Sample {
+        static const bool constant = false;
+}
+
+
+