summary refs log tree commit diff stats
path: root/tests/system/tslimsystem.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/tslimsystem.nim')
-rw-r--r--tests/system/tslimsystem.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/system/tslimsystem.nim b/tests/system/tslimsystem.nim
new file mode 100644
index 000000000..4815306b5
--- /dev/null
+++ b/tests/system/tslimsystem.nim
@@ -0,0 +1,6 @@
+discard """
+  output: "123"
+  matrix: "-d:nimPreviewSlimSystem --mm:refc; -d:nimPreviewSlimSystem --mm:arc"
+"""
+
+echo 123
\ No newline at end of file