summary refs log tree commit diff stats
path: root/tests/stdlib/tosprocterminate.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tosprocterminate.nim')
-rw-r--r--tests/stdlib/tosprocterminate.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stdlib/tosprocterminate.nim b/tests/stdlib/tosprocterminate.nim
index 8e9041b81..93b0317f7 100644
--- a/tests/stdlib/tosprocterminate.nim
+++ b/tests/stdlib/tosprocterminate.nim
@@ -1,10 +1,11 @@
 discard """
   cmd: "nim $target $options -r $file"
   targets: "c cpp"
-  matrix: "--threads:on; "
+  matrix: "--mm:refc; --mm:orc"
 """
 
 import os, osproc, times, std / monotimes
+import std/assertions
 
 when defined(windows):
   const ProgramWhichDoesNotEnd = "notepad"