summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-08-13 06:37:37 +0200
committerGitHub <noreply@github.com>2019-08-13 06:37:37 +0200
commit433613e2675064583ee5055d47aa89a43184e7f2 (patch)
tree5bf9c7abfc77ab2661a5fec98201dce06da9ea12 /tests
parent322ce1872fd13e7b3029db800727ecdc886ad8a3 (diff)
downloadNim-433613e2675064583ee5055d47aa89a43184e7f2.tar.gz
fixes #11844 (#11935)
Diffstat (limited to 'tests')
-rw-r--r--tests/destructor/tnewruntime_misc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tnewruntime_misc.nim b/tests/destructor/tnewruntime_misc.nim
index 0e9541e2e..c5f978a98 100644
--- a/tests/destructor/tnewruntime_misc.nim
+++ b/tests/destructor/tnewruntime_misc.nim
@@ -1,5 +1,5 @@
 discard """
-  cmd: '''nim cpp --newruntime $file'''
+  cmd: '''nim cpp --newruntime --threads:on $file'''
   output: '''(field: "value")
 Indeed
 axc
d='n130' href='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143