2002-05-16 Dietmar Maurer <dietmar@ximian.com>
[mono.git] / mcs / tests / test-70.cs
index 92ea12f2ab37d1e8cde32c8e3abf8da9f5de1681..6fe8da995e89c2f8c3a45588934ca63c31718c2a 100755 (executable)
@@ -37,7 +37,7 @@ class Z {
                                       
                if (y.B () != 2)
                        return 1;
-               if (y.A != 2)
+               if (y.A != 3)
                        return 2;
                if (x.A != 1)
                        return 3;