summary refs log tree commit diff stats
path: root/tests/reject/tnamedparams.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-11 00:25:24 +0200
committerAraq <rumpf_a@web.de>2011-04-11 00:25:24 +0200
commitfc6cc79273f75983e57c43c2a19016e5881ee2b7 (patch)
treebf114b3c33683250359005d64c325b150f8989c7 /tests/reject/tnamedparams.nim
parentc96aaecfb439cda648e780e0686b02c5f99e0c60 (diff)
downloadNim-fc6cc79273f75983e57c43c2a19016e5881ee2b7.tar.gz
some tests cleaned up; some bugfixes
Diffstat (limited to 'tests/reject/tnamedparams.nim')
-rwxr-xr-xtests/reject/tnamedparams.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tnamedparams.nim b/tests/reject/tnamedparams.nim
index 1772bd938..5fb7699ba 100755
--- a/tests/reject/tnamedparams.nim
+++ b/tests/reject/tnamedparams.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tnamedparams.nim"
   line: 8
-  errormsg: "Error: type mismatch: got (input: string, filename: string, line: int, col: int)"
+  errormsg: "type mismatch: got (input: string, filename: string, line: int, col: int)"
 """
 import pegs