[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-debug-15.cs
index 0fd92817d7681b2de9f6a07d2da7e9d681ac7b5a..3e04a224380f8fbb29a41bddd2b6bcc29dd23a7f 100644 (file)
@@ -1,10 +1,10 @@
-using System;
+using System.IO;
 
 class Foo
 {
     ~Foo()
        {
-               Console.WriteLine("Finalize");
+               StreamWriter.Null.WriteLine("Finalize");
     }
        
     public static void Main ()