Merge pull request #5272 from lambdageek/bug-58421
[mono.git] / mcs / errors / cs0246-3.cs
index f9279c5e1a6ad2e72c359017e2825307bc891812..82e7492789592d96965c90175bd2533ef8005cf2 100644 (file)
@@ -1,6 +1,6 @@
-// cs0246-3.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
 // Line: 5
 
 interface A {
         ErrorType Method();
-}
\ No newline at end of file
+}