Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0246-10.cs
index 9073ad96bbea7dd4edb38f963921e0bc212f71af..241d856a62ac88ad13799a5bdcb288bb5cb97d26 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246-10.cs: The type or namespace name `Nonexistant' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `Nonexistant' could not be found. Are you missing an assembly reference?
 // Line: 5
 
 using System;