diff options
Diffstat (limited to 'tests/stdlib/tthreadpool.nim')
-rw-r--r-- | tests/stdlib/tthreadpool.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tthreadpool.nim b/tests/stdlib/tthreadpool.nim index bc574faeb..1947074be 100644 --- a/tests/stdlib/tthreadpool.nim +++ b/tests/stdlib/tthreadpool.nim @@ -1,5 +1,5 @@ discard """ - matrix: "--threads:on --gc:arc" + matrix: "--mm:arc; --mm:refc" disabled: "freebsd" output: "42" """ |