Remove some junk I left by accident
[mono.git] / mono / tests / threadpool1.cs
old mode 100755 (executable)
new mode 100644 (file)
index 6e2c1ef..ea3014a
@@ -12,7 +12,7 @@ public class Test {
                Console.WriteLine("test_casllback:" + state + "ATH: " + workerThreads);
                Thread.Sleep (10);
 
-               csum += 1;
+               Interlocked.Increment (ref csum);
        }
        
        public static int Main () {