Cleanup on gc bridge to support future optimizations
[mono.git] / mono / tests / sgen-bridge-pathologies.cs
index 6cc184c7939d73b4cbd72e61ef0c3887223cd573..68fc0a5d0603301897fe4cbad95de05495156d25 100644 (file)
@@ -198,6 +198,7 @@ class Driver {
                t.Join ();
 
                for (int i = 0; i < 5; ++i) {
+                       Console.WriteLine("-GC {0}/5-", i);
                        GC.Collect ();
                        GC.WaitForPendingFinalizers ();
                }