diff options
Diffstat (limited to 'tests/specials.nim')
-rw-r--r-- | tests/specials.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specials.nim b/tests/specials.nim index a8473e34f..247f5d770 100644 --- a/tests/specials.nim +++ b/tests/specials.nim @@ -117,7 +117,7 @@ proc runThreadTests(r: var TResults, options: string) = runSingleTest(r, "tests/threads" / filename, options & " -tlsEmulation:on") test "tactors" - #test "threadex" + test "threadex" #test "threadring" #test "tthreadanalysis" #test "tthreadsort" |