Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0246-10.cs
index 046394a6d9a3a9bbd45d767c57c1a93683a0cd37..241d856a62ac88ad13799a5bdcb288bb5cb97d26 100644 (file)
@@ -1,4 +1,5 @@
-//cs0243: NonExistant does not exist in this namespace
+// CS0246: The type or namespace name `Nonexistant' could not be found. Are you missing an assembly reference?
+// Line: 5
 
 using System;
 using Nonexistant;
@@ -8,3 +9,4 @@ class X
        static void Main () {
        }
 }
+