summary refs log tree commit diff stats
path: root/tests/destructor/tglobaldestructor.nim
Commit message (Collapse)AuthorAgeFilesLines
* deprecate newruntime (#17245)flywind2021-03-041-1/+1
| | | | | | * deprecate newruntime * tests * Update compiler/commands.nim
* 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