summary refs log tree commit diff stats
path: root/tests/misc/tnot.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-10-07 01:33:20 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-10-07 01:33:20 +0200
commit80ee72956af12b54853bfe05c1bd3fd3e47ff052 (patch)
tree5bfcbd23da6b313af1bcacae7b9c182600dabf18 /tests/misc/tnot.nim
parent2e413d3186455bf92ee9bae04304cb34cf1f2557 (diff)
parent391f2fc9b1954061169978c484c7c2fe7047209a (diff)
downloadNim-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.nim7
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()
-
-
-