diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-18 14:59:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 08:59:02 +0200 |
commit | 15dff4daffe1db96136441e9aa40bb1489e02d87 (patch) | |
tree | a04b592c2eaa1813edc47526ab97e71253f93076 /tests/tools/compile | |
parent | 81087c949f620dc80697364da414872791ffe23c (diff) | |
download | Nim-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.nim | 5 |
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 |