diff options
Diffstat (limited to 'tests/testament/tshouldfail.nim')
-rw-r--r-- | tests/testament/tshouldfail.nim | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/testament/tshouldfail.nim b/tests/testament/tshouldfail.nim deleted file mode 100644 index ebf941fab..000000000 --- a/tests/testament/tshouldfail.nim +++ /dev/null @@ -1,31 +0,0 @@ -discard """ -cmd: "testament/tester --directory:testament --colors:off --backendLogging:off --nim:../compiler/nim category shouldfail" -action: compile -nimout: ''' -FAIL: tests/shouldfail/tccodecheck.nim C -Failure: reCodegenFailure -Expected: -baz -FAIL: tests/shouldfail/tcolumn.nim C -Failure: reLinesDiffer -FAIL: tests/shouldfail/terrormsg.nim C -Failure: reMsgsDiffer -FAIL: tests/shouldfail/texitcode1.nim C -Failure: reExitcodesDiffer -FAIL: tests/shouldfail/tfile.nim C -Failure: reFilesDiffer -FAIL: tests/shouldfail/tline.nim C -Failure: reLinesDiffer -FAIL: tests/shouldfail/tmaxcodesize.nim C -Failure: reCodegenFailure -max allowed size: 1 -FAIL: tests/shouldfail/tnimout.nim C -Failure: reMsgsDiffer -FAIL: tests/shouldfail/toutput.nim C -Failure: reOutputsDiffer -FAIL: tests/shouldfail/toutputsub.nim C -Failure: reOutputsDiffer -FAIL: tests/shouldfail/tsortoutput.nim C -Failure: reOutputsDiffer -''' -""" |