diff options
Diffstat (limited to 'tests/parallel/tsysspawn.nim')
-rw-r--r-- | tests/parallel/tsysspawn.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel/tsysspawn.nim b/tests/parallel/tsysspawn.nim index 09a77b358..b7ecd1264 100644 --- a/tests/parallel/tsysspawn.nim +++ b/tests/parallel/tsysspawn.nim @@ -5,7 +5,7 @@ discard """ 2 2 ''' - cmd: "nim $target --threads:on $options $file" + matrix: "--mm:refc" """ import threadpool |