diff options
Diffstat (limited to 'tests/parallel/t5000.nim')
-rw-r--r-- | tests/parallel/t5000.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parallel/t5000.nim b/tests/parallel/t5000.nim index 025c327fa..1dd47a61c 100644 --- a/tests/parallel/t5000.nim +++ b/tests/parallel/t5000.nim @@ -1,7 +1,10 @@ discard """ output: '''50005000''' + disabled: "true" """ +# XXX this seems to deadlock certain Linux machines + import threadpool, strutils proc foo(x: int): string = $x |