summary refs log tree commit diff stats
path: root/tests/casestmt/t8333.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test
* Resolve converter call to constants in case arms (#8336)LemonBoy2018-07-161-0/+10
Fixes #8333
/a> 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83