diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-10-07 01:33:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-10-07 01:33:20 +0200 |
commit | 80ee72956af12b54853bfe05c1bd3fd3e47ff052 (patch) | |
tree | 5bfcbd23da6b313af1bcacae7b9c182600dabf18 /tests/misc/tnot.nim | |
parent | 2e413d3186455bf92ee9bae04304cb34cf1f2557 (diff) | |
parent | 391f2fc9b1954061169978c484c7c2fe7047209a (diff) | |
download | Nim-80ee72956af12b54853bfe05c1bd3fd3e47ff052.tar.gz |
Merge pull request #3403 from tmm1/fix-test-failures
[WIP] Fix test failures in CI
Diffstat (limited to 'tests/misc/tnot.nim')
-rw-r--r-- | tests/misc/tnot.nim | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/misc/tnot.nim b/tests/misc/tnot.nim index 60d23c035..8c75c6bc0 100644 --- a/tests/misc/tnot.nim +++ b/tests/misc/tnot.nim @@ -1,6 +1,6 @@ discard """ - file: "tnot.nim" - line: 14 + tfile: "tnot.nim" + tline: 14 errormsg: "type mismatch" """ # BUG: following compiles, but should not: @@ -17,6 +17,3 @@ proc main = echo "No" main() - - - |