diff options
author | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
commit | 765366c1f377fbd9507e942385170b546d9d34d0 (patch) | |
tree | bffec904c5b980aa7b9c0961cda18d5dd30638ae /tests/reject/spec.csv | |
parent | 53cd61546dc798fc0f08baf0813f579a90d7e766 (diff) | |
download | Nim-765366c1f377fbd9507e942385170b546d9d34d0.tar.gz |
version 0.8.10
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' |