summary refs log tree commit diff stats
path: root/tests/namedparams
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-02-10 20:55:05 +0100
committerAraq <rumpf_a@web.de>2018-02-10 20:55:22 +0100
commitb57d14b1ae5a9504cc08b5aca60bf5d721f3b1c9 (patch)
tree79416f997fa8e9cb959cc5dcd26fd015b4f8b4ea /tests/namedparams
parentef6eda4cb4b28a6c4a2706ea56240bc708e36349 (diff)
downloadNim-b57d14b1ae5a9504cc08b5aca60bf5d721f3b1c9.tar.gz
make more tests green
Diffstat (limited to 'tests/namedparams')
-rw-r--r--tests/namedparams/tnamedparams.nim2
-rw-r--r--tests/namedparams/tnamedparams3.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/namedparams/tnamedparams.nim b/tests/namedparams/tnamedparams.nim
index 9a8bd0c2e..8799e8a15 100644
--- a/tests/namedparams/tnamedparams.nim
+++ b/tests/namedparams/tnamedparams.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tnamedparams.nim"
   line: 8
-  errormsg: "type mismatch: got (input: string, filename: string, line: int literal(1), col: int literal(23))"
+  errormsg: "type mismatch: got <input: string, filename: string, line: int literal(1), col: int literal(23)>"
 """
 import pegs
 
diff --git a/tests/namedparams/tnamedparams3.nim b/tests/namedparams/tnamedparams3.nim
index d9c79bf98..e736c338c 100644
--- a/tests/namedparams/tnamedparams3.nim
+++ b/tests/namedparams/tnamedparams3.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "type mismatch: got (int literal(5), b: bool)"
+  errormsg: "type mismatch: got <int literal(5), b: bool>"
   line: 10
 """