diff options
Diffstat (limited to 'tests/accept/run/toprprec.nim')
-rwxr-xr-x | tests/accept/run/toprprec.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/toprprec.nim b/tests/accept/run/toprprec.nim index 4728b2e68..17ec91fda 100755 --- a/tests/accept/run/toprprec.nim +++ b/tests/accept/run/toprprec.nim @@ -1,3 +1,7 @@ +discard """ + file: "toprprec.nim" + output: "done" +""" # Test operator precedence: assert 3+5*5-2 == 28- -26-28 @@ -10,3 +14,5 @@ assert 34 ^- 6 ^- 2 == 30 assert 34 - 6 - 2 == 26 echo "done" + + |