summary refs log tree commit diff stats
path: root/tests/destructor/topt.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAraq2019-05-271-3/+2
|
* Fix destructor injections for global variables (#11230)Clyybber2019-05-131-0/+1
| | | | | | | | * attach global destructors at end of mainModule * Add testcase * Minor cleanup * Inject topLevelVar temporaries' destructors early * Fix megatest
* Destructor lifting fixes #11149 (#11163)cooldome2019-05-041-0/+61
* fixes #11149 * add test