diff options
Diffstat (limited to 'testament/tests/shouldfail/tmaxcodesize.nim')
-rw-r--r-- | testament/tests/shouldfail/tmaxcodesize.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testament/tests/shouldfail/tmaxcodesize.nim b/testament/tests/shouldfail/tmaxcodesize.nim new file mode 100644 index 000000000..92022ee97 --- /dev/null +++ b/testament/tests/shouldfail/tmaxcodesize.nim @@ -0,0 +1,5 @@ +discard """ + maxcodesize: 1 +""" + +echo "Hello World" |