diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-03-17 00:17:59 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-03-17 00:17:59 +0100 |
commit | edc45726b77448ec5618f70a255ead085dd570c8 (patch) | |
tree | e5a990d024512b0628e55ec7b6899a0725d932ea /tests/testament/tester.nim | |
parent | 1f02a7ace3fafa2b2a60fb5cd807c8247249524b (diff) | |
parent | cb3c99fe1f5535cd5acfeac822c45e74ce814a38 (diff) | |
download | Nim-edc45726b77448ec5618f70a255ead085dd570c8.tar.gz |
Merge pull request #2360 from def-/test-fixes-3
Fix tests some more
Diffstat (limited to 'tests/testament/tester.nim')
-rw-r--r-- | tests/testament/tester.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim index 7cf902704..4c1173fe3 100644 --- a/tests/testament/tester.nim +++ b/tests/testament/tester.nim @@ -146,7 +146,6 @@ proc codegenCheck(test: TTest, check: string, given: var TSpec) = try: let (path, name, ext2) = test.name.splitFile let genFile = generatedFile(path, name, test.target) - echo genFile let contents = readFile(genFile).string if check[0] == '\\': # little hack to get 'match' support: |