summary refs log tree commit diff stats
path: root/tests/controlflow/tcontrolflow.nim
Commit message (Collapse)AuthorAgeFilesLines
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-1/+20
| | | | | | | | | | | | | | | | | | | | | * unnamed break in the block now gives an error * bootstrap * fixes * more fixes * break with label * label again * one moee * Delete test5.txt * it now gives a UnnamedBreak warning * change the URL of bump back to the original one
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-5/+5
|
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-131-0/+97
* merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests