summary refs log tree commit diff stats
path: root/tests/distinct/t9079.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-131-19/+0
| | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests
* Constant folding should not drop distinct typesLemonBoy2018-09-271-0/+19
Fixes #9079