2002-07-26 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / tests / test-14.cs
index 5a732c416f9498b047b346c2d8cee2da61cea84b..dac824b6028f87e6ad2f7763b2643f722f5deaa5 100644 (file)
@@ -25,8 +25,10 @@ namespace Obj {
                                result |= 1 << 1;
                        if (b.G () != 4)
                                result |= 1 << 2;
-                       if (a.G () != 4)
+                       if (a.G () != 4){
+                               Console.WriteLine ("oops: " + a.G ());
                                result |= 1 << 3;
+                       }
                        if (a.H () != 10)
                                result |= 1 << 4;
                        if (b.H () != 11)