summary refs log tree commit diff stats
path: root/tests/system/tgcnone.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/tgcnone.nim')
-rw-r--r--tests/system/tgcnone.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/tgcnone.nim b/tests/system/tgcnone.nim
index 47c6c6014..1ccb9e29c 100644
--- a/tests/system/tgcnone.nim
+++ b/tests/system/tgcnone.nim
@@ -1,6 +1,7 @@
 discard """
-  matrix: "--gc:none -d:useMalloc --threads:off"
+  matrix: "--mm:none -d:useMalloc"
 """
 # bug #15617
+# bug #22262
 let x = 4
 doAssert x == 4