mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
fix tsortoutput (it was failing for the wrong reasons, irrespective of sortoutput (#17969)
This commit is contained in:
@@ -2,9 +2,9 @@ discard """
|
||||
sortoutput: true
|
||||
targets: "c"
|
||||
output: '''
|
||||
2
|
||||
1
|
||||
'''
|
||||
2
|
||||
1
|
||||
'''
|
||||
"""
|
||||
|
||||
# this test should ensure that the output is actually sorted
|
||||
|
||||
Reference in New Issue
Block a user