diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-08-30 15:43:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 15:43:07 +0200 |
commit | 82d5e773e3cccbca6632ff7cbfcec055ab4b915b (patch) | |
tree | fe28708722399390b0bb2e62f94e9a30d194c479 /tests | |
parent | 25581c796f519cb41d8b40b48bf160678339b87f (diff) | |
download | Nim-82d5e773e3cccbca6632ff7cbfcec055ab4b915b.tar.gz |
make testament a tool we ship with Nim; fixes #12084 (#12088)
* make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testament/tshouldfail.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/tshouldfail.nim b/tests/testament/tshouldfail.nim index ebf941fab..64f4b3838 100644 --- a/tests/testament/tshouldfail.nim +++ b/tests/testament/tshouldfail.nim @@ -1,5 +1,5 @@ discard """ -cmd: "testament/tester --directory:testament --colors:off --backendLogging:off --nim:../compiler/nim category shouldfail" +cmd: "testament/testament --directory:testament --colors:off --backendLogging:off --nim:../compiler/nim category shouldfail" action: compile nimout: ''' FAIL: tests/shouldfail/tccodecheck.nim C |