[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0246-14.cs
index 829eef9fad224471c31d78c3eb5d48087ad64ba6..27c6c0aee715e65ec2d3bc634c32239186b68bdf 100644 (file)
@@ -1,8 +1,6 @@
-// bug76419.cs: 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.