summary refs log tree commit diff stats
path: root/tests/destructor/tglobaldestructor.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix destructor injections for global variables (#11230)Clyybber2019-05-131-0/+9
* attach global destructors at end of mainModule * Add testcase * Minor cleanup * Inject topLevelVar temporaries' destructors early * Fix megatest