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:
authorMarek Safar <marek.safar@gmail.com>2008-09-25 18:01:21 +0400
committerMarek Safar <marek.safar@gmail.com>2008-09-25 18:01:21 +0400
commit884f37046ab590742fc0ecf0efe13fd168e44cfa (patch)
treea53f16f6e1089de67f66dfda0b628e9bfda9f70b /mcs/tests/test-682.cs
parent87fadbe2878866ca989104df379f82c2d131774c (diff)
Update
svn path=/trunk/mcs/; revision=114076
Diffstat (limited to 'mcs/tests/test-682.cs')
-rwxr-xr-xmcs/tests/test-682.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-682.cs b/mcs/tests/test-682.cs
index 79afccaf843..763858ea748 100755
--- a/mcs/tests/test-682.cs
+++ b/mcs/tests/test-682.cs
@@ -85,7 +85,7 @@ public class broken_cast
++i;
conv_ovf_i_un (negative, false);
++i;
- conv_ovf_i_un (biggerThanI4, true);
+ conv_ovf_i_un (biggerThanI4, true && is32bits);
++i;
conv_ovf_i_un (smallerThanI4, true && is32bits);
++i;