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>2002-05-02 19:44:42 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-05-02 19:44:42 +0400
commitb806eae60716b5984f84178c67392d0fb9f16041 (patch)
treebfd1d6dec33285412f2b5b9e7734aac924d2953a /mcs/tests/test-104.cs
parent47036162d5b7b90a29d646041c24047ad248b058 (diff)
2002-05-02 Ravi Pratap <ravi@ximian.com>
* test-113.cs : Another test for overload resolution ;-) svn path=/trunk/mcs/; revision=4230
Diffstat (limited to 'mcs/tests/test-104.cs')
-rw-r--r--mcs/tests/test-104.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-104.cs b/mcs/tests/test-104.cs
index 21ab8406168..82fcfac57fd 100644
--- a/mcs/tests/test-104.cs
+++ b/mcs/tests/test-104.cs
@@ -5,7 +5,7 @@ using System;
class Test {
public static int Main(String[] args) {
- long iTest = 1;
+ int iTest = 1;
System.Threading.Interlocked.Increment(ref iTest);