summary refs log tree commit diff stats
path: root/tests/enum/tenum.nim
Commit message (Collapse)AuthorAgeFilesLines
* followup #17876: remove annoying enum name clashes in tests/enum/tenum.nim ↵Timothee Cour2021-06-171-12/+11
| | | | (#18291)
* type with same name in different scope now works (#17710)Timothee Cour2021-04-141-2/+3
| | | | * type with same name in different scope now works * fix tests/enum/tenum.nim which was wrong because it was affected by this bug
* fix #15752 (#15754)cooldome2020-10-281-0/+9
|
* add tests for recently closed issues (#10722)Miran2019-02-231-0/+9
|
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-131-11/+144
| | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests
* Added a test caseYuriy Glukhov2016-05-181-0/+6
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-8/+8
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* new tester; all tests categorizedAraq2014-01-131-0/+8