diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-30 08:09:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 08:09:40 +0800 |
commit | 3e43ea3384acd666196bbcdc6029741df9b6e325 (patch) | |
tree | 1b98401564ee357ee5d5d31d188a93f587683a6e /tests/tools/compile | |
parent | 716d68cb24beb4006815faf1b710a9e25e1ec5be (diff) | |
download | Nim-3e43ea3384acd666196bbcdc6029741df9b6e325.tar.gz |
make koch and tools work with `nimPreviewSlimSystem` (#20459)
Diffstat (limited to 'tests/tools/compile')
-rw-r--r-- | tests/tools/compile/tkoch.nim | 5 |
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 |