Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs0246.cs
index fcb78d757b8d1ffba9c19f3eec9ecfb2dd52e066..f774424e85f9a2f8759afb4db9187c7f779ebd5f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246.cs: The type or namespace name `B' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `B' could not be found. Are you missing an assembly reference?
 // Line: 4
 interface A : B {
 }