diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-06-15 04:27:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:27:33 +0200 |
commit | 49033eb5314d7f07e5ecc088dd0933010bb581d8 (patch) | |
tree | dfb2768a9a86a5e47becf741b5f9fae1d232a861 /tests/stdlib/tfdleak_multiple.nim | |
parent | d51beb7b20c7670a17769b30e721fe67761f98e6 (diff) | |
download | Nim-49033eb5314d7f07e5ecc088dd0933010bb581d8.tar.gz |
make tests/stdlib tests joinable (#14626)
* make tests/stdlib tests joinable * fixup
Diffstat (limited to 'tests/stdlib/tfdleak_multiple.nim')
-rw-r--r-- | tests/stdlib/tfdleak_multiple.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/stdlib/tfdleak_multiple.nim b/tests/stdlib/tfdleak_multiple.nim index 75c4c0503..22387607f 100644 --- a/tests/stdlib/tfdleak_multiple.nim +++ b/tests/stdlib/tfdleak_multiple.nim @@ -1,3 +1,7 @@ +discard """ +joinable: false +""" + import os, osproc, strutils const Iterations = 200 |