summary refs log tree commit diff stats
path: root/tests/threads
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
committerAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
commitd560e84fcc1171164073a31797649c26a54b03e1 (patch)
tree3466a4c3b27b1bdf10f489c130632bb6eef17975 /tests/threads
parent5cba831c8848658d67b7a00e24d9696326b9bcc9 (diff)
downloadNim-d560e84fcc1171164073a31797649c26a54b03e1.tar.gz
locks now in their own core module
Diffstat (limited to 'tests/threads')
-rwxr-xr-xtests/threads/tthreadanalysis.nim3
-rwxr-xr-xtests/threads/tthreadanalysis2.nim3
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/threads/tthreadanalysis.nim b/tests/threads/tthreadanalysis.nim
index 84545ddf7..4edd51025 100755
--- a/tests/threads/tthreadanalysis.nim
+++ b/tests/threads/tthreadanalysis.nim
@@ -5,9 +5,6 @@ discard """
 
 import os
 
-const
-  noDeadlocks = defined(system.deadlocksPrevented)
-
 var
   thr: array [0..5, TThread[tuple[a, b: int]]]
 
diff --git a/tests/threads/tthreadanalysis2.nim b/tests/threads/tthreadanalysis2.nim
index 67e916c13..95f39723f 100755
--- a/tests/threads/tthreadanalysis2.nim
+++ b/tests/threads/tthreadanalysis2.nim
@@ -7,9 +7,6 @@ discard """
 
 import os
 
-const
-  noDeadlocks = defined(system.deadlocksPrevented)
-
 var
   thr: array [0..5, TThread[tuple[a, b: int]]]