diff options
Diffstat (limited to 'tests/views/tcan_compile_nim.nim')
-rw-r--r-- | tests/views/tcan_compile_nim.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/views/tcan_compile_nim.nim b/tests/views/tcan_compile_nim.nim new file mode 100644 index 000000000..e990606cd --- /dev/null +++ b/tests/views/tcan_compile_nim.nim @@ -0,0 +1,4 @@ +discard """ + cmd: "nim check --hints:on --experimental:strictFuncs --experimental:views compiler/nim.nim" + action: "compile" +""" |