diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-20 13:29:08 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-20 13:29:08 +0100 |
commit | cf3b54fdcb2a3a5f7a061632c8f9156fa9cddbb4 (patch) | |
tree | 2bb1b5c16b4e5a80b835dde697b2a36d60cf9725 | |
parent | be6474af638b72aabeb70cfc5f477cc5fb7af0ce (diff) | |
download | Nim-cf3b54fdcb2a3a5f7a061632c8f9156fa9cddbb4.tar.gz |
Removes tthreadanalysis3 from threadTests spec.
-rw-r--r-- | tests/testament/categories.nim | 2 |
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 ------------------------------------------ |