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-09-30 08:09:40 +0800
committerGitHub <noreply@github.com>2022-09-30 08:09:40 +0800
commit3e43ea3384acd666196bbcdc6029741df9b6e325 (patch)
tree1b98401564ee357ee5d5d31d188a93f587683a6e /tests/tools/compile
parent716d68cb24beb4006815faf1b710a9e25e1ec5be (diff)
downloadNim-3e43ea3384acd666196bbcdc6029741df9b6e325.tar.gz
make koch and tools work with `nimPreviewSlimSystem` (#20459)
Diffstat (limited to 'tests/tools/compile')
-rw-r--r--tests/tools/compile/tkoch.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tools/compile/tkoch.nim b/tests/tools/compile/tkoch.nim
new file mode 100644
index 000000000..008721dc0
--- /dev/null
+++ b/tests/tools/compile/tkoch.nim
@@ -0,0 +1,5 @@
+discard """
+  action: compile
+"""
+
+include koch
\ No newline at end of file