summary refs log tree commit diff stats
path: root/tests/stdlib/tfdleak_multiple.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-06-15 04:27:33 -0700
committerGitHub <noreply@github.com>2020-06-15 13:27:33 +0200
commit49033eb5314d7f07e5ecc088dd0933010bb581d8 (patch)
treedfb2768a9a86a5e47becf741b5f9fae1d232a861 /tests/stdlib/tfdleak_multiple.nim
parentd51beb7b20c7670a17769b30e721fe67761f98e6 (diff)
downloadNim-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.nim4
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