Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0246-20.cs
index 2dd3fc3601a84cb872538aa6c72d29ed971d92e0..242af0ef800b69a5b86b773eba1a2038443be8fa 100644 (file)
@@ -1,4 +1,4 @@
-// CS0246: The type or namespace name `C' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `C' could not be found. Are you missing an assembly reference?
 // Line: 5
 
 using C = Cks.Runtime.Data;