summary refs log tree commit diff stats
path: root/tests/tools/compile
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-18 14:59:02 +0800
committerGitHub <noreply@github.com>2022-10-18 08:59:02 +0200
commit15dff4daffe1db96136441e9aa40bb1489e02d87 (patch)
treea04b592c2eaa1813edc47526ab97e71253f93076 /tests/tools/compile
parent81087c949f620dc80697364da414872791ffe23c (diff)
downloadNim-15dff4daffe1db96136441e9aa40bb1489e02d87.tar.gz
fixes niminst with stricteffects; add testcase for niminst (#20587)
fixes niminst with stricteffects; add testcase
Diffstat (limited to 'tests/tools/compile')
-rw-r--r--tests/tools/compile/tniminst.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tools/compile/tniminst.nim b/tests/tools/compile/tniminst.nim
new file mode 100644
index 000000000..78c736af0
--- /dev/null
+++ b/tests/tools/compile/tniminst.nim
@@ -0,0 +1,5 @@
+discard """
+  action: compile
+"""
+
+include tools/niminst/niminst
\ No newline at end of file