Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0246-2.cs
index e5be9f6abdd8bb37644c42b83547cd52dd00b4f8..730e0bc044aee71f02d4d9acc53049530de9efb8 100644 (file)
@@ -1,6 +1,6 @@
-// cs0246-2.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 {
         event ErrorType Test;
-}
\ No newline at end of file
+}