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.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/system/tgcnone.nim b/tests/system/tgcnone.nim
new file mode 100644
index 000000000..1ccb9e29c
--- /dev/null
+++ b/tests/system/tgcnone.nim
@@ -0,0 +1,7 @@
+discard """
+  matrix: "--mm:none -d:useMalloc"
+"""
+# bug #15617
+# bug #22262
+let x = 4
+doAssert x == 4