[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0246-14.cs
index 7b1e04cb1b6cd37706c25549b254c78ceaad4cd1..27c6c0aee715e65ec2d3bc634c32239186b68bdf 100644 (file)
@@ -1,8 +1,6 @@
-// cs0246-14.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.