diff options
Diffstat (limited to 'tests/reject/spec.csv')
-rwxr-xr-x | tests/reject/spec.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reject/spec.csv b/tests/reject/spec.csv index 6b1165677..a332096b2 100755 --- a/tests/reject/spec.csv +++ b/tests/reject/spec.csv @@ -15,6 +15,7 @@ tinvalidnewseq.nim;10;type mismatch: got (array[0..6, string], int) tinvwhen.nim;6;invalid indentation titer4.nim;2;iterator within for loop context expected tmethod.nim;2;'method' needs a parameter that has an object type +tnamedparams.nim;3; Error: type mismatch: got (input: string, filename: string, line: int, col: int) tnamspc.nim;5;undeclared identifier: 'global' tnoop.nim;6;expression 'a()' cannot be called tnot.nim;9;type mismatch |