summary refs log tree commit diff stats
path: root/tests/pragmas/treorder.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-09-241-3/+3
|
* transformed {.reorder: on.} into {.experimental: codeReordering.}, added testsawr2018-09-041-2/+3
|
* Adjust some tests to make them passLemonBoy2018-06-251-2/+1
| | | | | | The non-scoped behaviour of static blocks was exploited by those tests, replace all the variables declared whithin one with compileTime marked ones.
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-0/+75