summary refs log tree commit diff stats
path: root/tests/threads/treusetvar.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/treusetvar.nim')
-rw-r--r--tests/threads/treusetvar.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/threads/treusetvar.nim b/tests/threads/treusetvar.nim
index 672da6bdd..2b0017595 100644
--- a/tests/threads/treusetvar.nim
+++ b/tests/threads/treusetvar.nim
@@ -1,8 +1,8 @@
 discard """
-  outputsub: "129"
+  outputsub: "65"
 """
 
-import os, locks
+import locks
 
 type
   MarkerObj = object
@@ -11,7 +11,7 @@ type
   Marker = ptr MarkerObj
 
 const
-  ThreadsCount = 129
+  ThreadsCount = 65
 
 proc worker(p: Marker) {.thread.} =
   acquire(p.lock)