summary refs log blame commit diff stats
path: root/testament/tests/shouldfail/tsortoutput.nim
blob: 4ce9ce26d816a22877c398046876d32e4df31c51 (plain) (tree)
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"