summary refs log tree commit diff stats
path: root/tests/system
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-08-24 19:32:11 +0800
committerGitHub <noreply@github.com>2022-08-24 13:32:11 +0200
commit12f23d5ae8e4209dc9b1f40a0b792c6063ba78c5 (patch)
tree7972d7f812ef8366504d9e4d2001bce3df0d3244 /tests/system
parente832fea160409dff94799b3c79e018c6e9a957d6 (diff)
downloadNim-12f23d5ae8e4209dc9b1f40a0b792c6063ba78c5.tar.gz
fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#20194)
* register echoBinSafe

* add output
Diffstat (limited to 'tests/system')
-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..690f4ee9b
--- /dev/null
+++ b/tests/system/tslimsystem.nim
@@ -0,0 +1,6 @@
+discard """
+  output: "123"
+  matrix: "-d:nimPreviewSlimSystem"
+"""
+
+echo 123
\ No newline at end of file