summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-04-20 13:29:08 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-04-20 13:29:08 +0100
commitcf3b54fdcb2a3a5f7a061632c8f9156fa9cddbb4 (patch)
tree2bb1b5c16b4e5a80b835dde697b2a36d60cf9725
parentbe6474af638b72aabeb70cfc5f477cc5fb7af0ce (diff)
downloadNim-cf3b54fdcb2a3a5f7a061632c8f9156fa9cddbb4.tar.gz
Removes tthreadanalysis3 from threadTests spec.
-rw-r--r--tests/testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index faccfed57..bb9c90d2a 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -151,7 +151,7 @@ proc threadTests(r: var TResults, cat: Category, options: string) =
   #test "tthreadanalysis"
   #test "tthreadsort"
   test "tthreadanalysis2"
-  test "tthreadanalysis3"
+  #test "tthreadanalysis3"
   test "tthreadheapviolation1"
 
 # ------------------------- IO tests ------------------------------------------