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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-03 18:10:23 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-03 18:10:23 +0400
commit206b9898be2408d00eed586d7bd46297508b25f2 (patch)
treeea7af7ce2d2edd48c150a7d9d0e76d7b0dcaad11 /mcs/tests/test-16.cs
parent5a4fff8250eb0f7b6c067ffa2a59415bb8ffec4b (diff)
2001-10-03 Ravi Pratap <ravi@ximian.com>
* test-16.cs : Update to make the test more correct. svn path=/trunk/mcs/; revision=1066
Diffstat (limited to 'mcs/tests/test-16.cs')
-rw-r--r--mcs/tests/test-16.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-16.cs b/mcs/tests/test-16.cs
index 5b9ce15eba7..71effdfd2a4 100644
--- a/mcs/tests/test-16.cs
+++ b/mcs/tests/test-16.cs
@@ -26,7 +26,7 @@ namespace Mine {
int k = new Foo ();
- if (number == 2)
+ if (number == 2 && k == 3)
return 0;
else
return 1;