Merge pull request #3749 from BrzVlad/fix-mips-fix
[mono.git] / mcs / errors / cs1010.cs
index f70d491032819dffddab72c6038b7fcddee4ca71..e7ff0ddd81899094cef845c3efee79f54d1870ee 100644 (file)
@@ -1,8 +1,8 @@
-// cs1010.cs : Newline in constant\r
-// Line : 6\r
-\r
-class X\r
-{\r
-       static string s = "Hello\r
-world!";\r
-}
\ No newline at end of file
+// CS1010: Newline in constant
+// Line: 6
+
+class X
+{
+       static string s = "Hello
+world!";
+}