New test.
[mono.git] / mcs / tests / test-70.cs
old mode 100755 (executable)
new mode 100644 (file)
index 92ea12f..6fe8da9
@@ -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;