New test.
[mono.git] / mcs / errors / cs0504.cs
index a2d1126de67e8b84d0c9f8155906abe83921a38e..88fab1e72f43162d0a2e1b7dada272162f70ab37 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.cs: The constant `Sample.constant' cannot be marked static
+// Line: 5
+
+class Sample {
+        static const bool constant = false;
+}
+
+
+