diff options
Diffstat (limited to 'testament/tests/shouldfail/tsortoutput.nim')
-rw-r--r-- | testament/tests/shouldfail/tsortoutput.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/tests/shouldfail/tsortoutput.nim b/testament/tests/shouldfail/tsortoutput.nim index 4ce9ce26d..69dfbc0a0 100644 --- a/testament/tests/shouldfail/tsortoutput.nim +++ b/testament/tests/shouldfail/tsortoutput.nim @@ -1,6 +1,6 @@ discard """ -sortoutput: true -output: ''' + sortoutput: true + output: ''' 2 1 ''' |