diff options
Diffstat (limited to 'tests/reject/spec.csv')
-rwxr-xr-x | tests/reject/spec.csv | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/reject/spec.csv b/tests/reject/spec.csv deleted file mode 100755 index a332096b2..000000000 --- a/tests/reject/spec.csv +++ /dev/null @@ -1,40 +0,0 @@ -t99bott.nim;20;constant expression expected -tadrdisc.nim;15;for a 'var' type a variable needs to be passed -tambsym.nim;6;ambiguous identifier -tambsym2.nim;4;undeclared identifier: 'CreateRGBSurface' -tambsym3.nim;6;ambiguous identifier -tatomic.nim;2;identifier expected, but found 'atomic' -tbind2.nim;7;ambiguous call -tbind4.nim;4;undeclared identifier: 'lastId' -tblock1.nim;9;undeclared identifier: 'ha' -tconstr1.nim;20;type mismatch -tillrec.nim;8;illegal recursion in type 'TIllegal' -tinc.nim;3;for a 'var' type a variable needs to be passed -tinout.nim;7;for a 'var' type a variable needs to be passed -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 -topaque.nim;11;undeclared field: 'buffer' -topena1.nim;4;invalid type -toverl.nim;6;attempt to redefine 'TNone' -trawstr.nim;5;closing " expected -trecinca.nim;3;recursive dependency: 'tests/reject/trecincb.nim' -trecincb.nim;4;recursive dependency: 'tests/reject/trecincb.nim' -treciter.nim;4;recursive dependency: 'myrec' -trectype.nim;20;internal error: cannot generate C type for: PA -trefs.nim;15;type mismatch -tsidee1.nim;7;'SideEffectLyer' can have side effects -tsidee4.nim;10;type mismatch -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: _ -twrongtupleaccess.nim;4;undeclared field: 'setBLAH' -typredef.nim;2;illegal recursion in type 'Uint8' |