[msvc] Update csproj files
[mono.git] / mcs / errors / cs1010.cs
index 9047715deeb289aa3fdd7c48aeb0dd93a1578d46..e7ff0ddd81899094cef845c3efee79f54d1870ee 100644 (file)
@@ -1,8 +1,8 @@
-// cs1010.cs : Newline in constant
-// Line : 6
+// CS1010: Newline in constant
+// Line: 6
 
 class X
 {
        static string s = "Hello
 world!";
-}
\ No newline at end of file
+}