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 c5e62354e..8f82529b3 100755 --- a/tests/reject/spec.csv +++ b/tests/reject/spec.csv @@ -32,5 +32,6 @@ tsimtych.nim;5;type mismatch: got (bool) but expected 'string' tstatret.nim;4;statement not allowed after tstmtexp.nim;3;value returned by statement has to be discarded ttempl2.nim;13;undeclared identifier: 'b' +ttypelessemptyset.nim;0;Error: internal error: invalid kind for last(tyEmpty) tunderscores.nim;3;invalid token: _ typredef.nim;2;illegal recursion in type 'Uint8' |