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