Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-01-03 05:00:10 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-03 05:00:10 +0300
commit1fe8b9ee416b126995c78a59d83875593486e679 (patch)
tree81d3baa5cc1f17801501f8cf782ae083e1cc0582 /mcs/tests/test-70.cs
parenteaee6ee3219e57aedd4e11df0188f29a649eca03 (diff)
Heh, fix the test
svn path=/trunk/mcs/; revision=1787
Diffstat (limited to 'mcs/tests/test-70.cs')
-rwxr-xr-xmcs/tests/test-70.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-70.cs b/mcs/tests/test-70.cs
index 92ea12f2ab3..6fe8da995e8 100755
--- a/mcs/tests/test-70.cs
+++ b/mcs/tests/test-70.cs
@@ -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;