summary refs log tree commit diff stats
path: root/tests/manyloc
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/manyloc
parentef6eda4cb4b28a6c4a2706ea56240bc708e36349 (diff)
downloadNim-b57d14b1ae5a9504cc08b5aca60bf5d721f3b1c9.tar.gz
make more tests green
Diffstat (limited to 'tests/manyloc')
-rw-r--r--tests/manyloc/argument_parser/argument_parser.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/argument_parser/argument_parser.nim b/tests/manyloc/argument_parser/argument_parser.nim
index 97de552e3..14352066d 100644
--- a/tests/manyloc/argument_parser/argument_parser.nim
+++ b/tests/manyloc/argument_parser/argument_parser.nim
@@ -174,7 +174,7 @@ template new_parsed_parameter*(tkind: Tparam_kind, expr): Tparsed_parameter =
   ##     parsed_param1 = new_parsed_parameter(PK_FLOAT, 3.41)
   ##     parsed_param2 = new_parsed_parameter(PK_BIGGEST_INT, 2358123 * 23123)
   ##     # The following line doesn't compile due to
-  ##     # type mismatch: got (string) but expected 'int'
+  ##     # type mismatch: got <string> but expected 'int'
   ##     #parsed_param3 = new_parsed_parameter(PK_INT, "231")
   var result {.gensym.}: Tparsed_parameter
   result.kind = tkind