summary refs log tree commit diff stats
path: root/testament/tests/shouldfail/tsortoutput.nim
blob: 69dfbc0a04a6d092378218e7cdc90124aa71303a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  sortoutput: true
  output: '''
2
1
'''
"""

# this test should ensure that the output is actually sorted
echo "2"
echo "1"