diff options
Diffstat (limited to 'testament/tests/shouldfail/toutput.nim')
-rw-r--r-- | testament/tests/shouldfail/toutput.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testament/tests/shouldfail/toutput.nim b/testament/tests/shouldfail/toutput.nim index ac0bc7a46..eaf9e8652 100644 --- a/testament/tests/shouldfail/toutput.nim +++ b/testament/tests/shouldfail/toutput.nim @@ -1,7 +1,7 @@ discard """ -output: ''' -done -''' + output: ''' + done + ''' """ echo "broken" |