summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-12-09 13:47:03 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:24 +0100
commitac785b06236dbc228a3b755c11bb3b1330ccc3ab (patch)
tree8e96059a7b21e3fbc7582983a6330c6656e395f4 /tests/stdlib
parent46820b94a634f70f805ab033703c225182564731 (diff)
downloadNim-ac785b06236dbc228a3b755c11bb3b1330ccc3ab.tar.gz
testament: joinable is now an explicit concept of a test spec
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/tquit.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tquit.nim b/tests/stdlib/tquit.nim
index 4f8d5fb20..1f9283ec4 100644
--- a/tests/stdlib/tquit.nim
+++ b/tests/stdlib/tquit.nim
@@ -2,6 +2,7 @@ discard """
 output: '''
 just exiting...
 '''
+joinable: false
 """
 
 # Test the new beforeQuit variable: