Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / errors / cs0246-21.cs
index 643d4f152ce351bd6c28cada0b6ac24fe4081489..cf3bbb56fb7cef989e9b70c39b57076374e9daef 100644 (file)
@@ -1,5 +1,5 @@
-// CS0246: The type or namespace name `IBase' could not be found. Are you missing a using directive or an assembly reference?
-// Line: 155555
+// CS0246: The type or namespace name `IBase' could not be found. Are you missing `Foo' using directive?
+// Line: 15
 
 namespace Foo {
         public interface IBase {