diff options
author | Araq <rumpf_a@web.de> | 2012-07-09 00:54:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-09 00:54:46 +0200 |
commit | 795afb0021094d069b5f77d4b7ba6c9e5fc5d803 (patch) | |
tree | 905751db016f88a7039b3b8d459990060edaa57b /tests/reject/tinvalidnewseq.nim | |
parent | f0dd96fa58478f732009def25f527d67d87e464c (diff) | |
download | Nim-795afb0021094d069b5f77d4b7ba6c9e5fc5d803.tar.gz |
made tests green again
Diffstat (limited to 'tests/reject/tinvalidnewseq.nim')
-rwxr-xr-x | tests/reject/tinvalidnewseq.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tinvalidnewseq.nim b/tests/reject/tinvalidnewseq.nim index a8cc36783..957a25560 100755 --- a/tests/reject/tinvalidnewseq.nim +++ b/tests/reject/tinvalidnewseq.nim @@ -1,7 +1,7 @@ discard """ file: "tinvalidnewseq.nim" line: 15 - errormsg: "type mismatch: got (array[0..6, string], int)" + errormsg: "type mismatch: got (array[0..6, string], int literal(7))" """ import re, strutils |