[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs0246-14.cs
index 272bf944b670b68a0bfd5ba774d558ee292f176b..27c6c0aee715e65ec2d3bc634c32239186b68bdf 100644 (file)
@@ -1,8 +1,6 @@
-// CS0246: The type or namespace name `Uri' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `Uri' could not be found. Are you missing `System' using directive?
 // Line: 7
 
-// This bug actual checks that the compiler doesn't crash
-
 public interface IFoo
 {
         string Heh { get; } // significant to cause the error.