summary refs log tree commit diff stats
path: root/tests/reject/spec.csv
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-10-21 00:12:14 +0200
committerAraq <rumpf_a@web.de>2010-10-21 00:12:14 +0200
commit765366c1f377fbd9507e942385170b546d9d34d0 (patch)
treebffec904c5b980aa7b9c0961cda18d5dd30638ae /tests/reject/spec.csv
parent53cd61546dc798fc0f08baf0813f579a90d7e766 (diff)
downloadNim-765366c1f377fbd9507e942385170b546d9d34d0.tar.gz
version 0.8.10
Diffstat (limited to 'tests/reject/spec.csv')
-rwxr-xr-xtests/reject/spec.csv1
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'