diff options
Diffstat (limited to 'testament/tests/shouldfail/tnimout.nim')
-rw-r--r-- | testament/tests/shouldfail/tnimout.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testament/tests/shouldfail/tnimout.nim b/testament/tests/shouldfail/tnimout.nim new file mode 100644 index 000000000..0a65bfb70 --- /dev/null +++ b/testament/tests/shouldfail/tnimout.nim @@ -0,0 +1,7 @@ +discard """ + nimout: "Hello World!" + action: compile +""" + +static: + echo "something else" |