[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs0400.cs
index c6609dad256697a2f27a077e153945763abc3770..e279709e45513be6a3807a04f5ecdf6614713870 100644 (file)
@@ -1,10 +1,10 @@
-// cs0400.cs: The type or namespace name `N' could not be found in the global namespace (are you missing an assembly reference?)\r
-// Line: 8\r
-\r
-class C\r
-{\r
-       public static void Main()\r
-       {\r
-               global::N n = null;\r
-       }\r
-}
\ No newline at end of file
+// CS0400: The type or namespace name `N' could not be found in the global namespace. Are you missing an assembly reference?
+// Line: 8
+
+class C
+{
+       public static void Main()
+       {
+               global::N n = null;
+       }
+}