Merge pull request #260 from pcc/topmost
[mono.git] / mcs / errors / cs0400.cs
index 4d56a45cc231eac92658e2185ca7078de44e8581..e279709e45513be6a3807a04f5ecdf6614713870 100644 (file)
@@ -1,4 +1,4 @@
-// cs0400.cs: The type or namespace name `N' could not be found in the global namespace (are you missing an assembly reference?)
+// 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
@@ -7,4 +7,4 @@ class C
        {
                global::N n = null;
        }
-}
\ No newline at end of file
+}