diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-27 02:11:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 11:11:28 +0200 |
commit | a236002e54d68a672c720bd9b6d27ea0ba44edb8 (patch) | |
tree | 1f8a8006346716ac45c57b6b01326666a6e7b7c0 /tests/testament/tshould_not_work.nim | |
parent | 66022423aa21710f57f36e4f3c8c9633567cdb5e (diff) | |
download | Nim-a236002e54d68a672c720bd9b6d27ea0ba44edb8.tar.gz |
testament: add `nimoutFull: bool` spec (#17867)
* testament: add `nimoutFull: bool` spec * PRTEMP * works * cleanup * add test for #12741 * PRTEMP failing test * remove unrelated changes * changelog
Diffstat (limited to 'tests/testament/tshould_not_work.nim')
-rw-r--r-- | tests/testament/tshould_not_work.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testament/tshould_not_work.nim b/tests/testament/tshould_not_work.nim index a0b4d6a36..2777bfe95 100644 --- a/tests/testament/tshould_not_work.nim +++ b/tests/testament/tshould_not_work.nim @@ -21,6 +21,8 @@ Failure: reCodegenFailure max allowed size: 1 FAIL: tests/shouldfail/tnimout.nim c Failure: reMsgsDiffer +FAIL: tests/shouldfail/tnimoutfull.nim c +Failure: reMsgsDiffer FAIL: tests/shouldfail/toutput.nim c Failure: reOutputsDiffer FAIL: tests/shouldfail/toutputsub.nim c |