diff options
author | Clyybber <darkmine956@gmail.com> | 2020-07-14 14:15:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 14:15:39 +0200 |
commit | 2b0e336c971401d06797240686722ce669d902b9 (patch) | |
tree | 51ce03a1310b5477a16a20f8234621ffa5d5d51f /tests/destructor | |
parent | f999f916f31946be3cf8abc485fc07e0d89de9ae (diff) | |
download | Nim-2b0e336c971401d06797240686722ce669d902b9.tar.gz |
injectdestructors fixes and refactor (#14964)
* injectdestructors fixes and refactor * Tiny cleanup * Refactor and expand testcase * Closes #14902 by adding testcase * Better naming * Fix test failures * Misc cleanup * Add testcase for #14968 * Better approach; expand testcases * Optimizations and fixes * Add testcase * typo * Tiny cleanup
Diffstat (limited to 'tests/destructor')
-rw-r--r-- | tests/destructor/tmove_objconstr.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/destructor/tmove_objconstr.nim b/tests/destructor/tmove_objconstr.nim index 0740bd46b..16d0daa22 100644 --- a/tests/destructor/tmove_objconstr.nim +++ b/tests/destructor/tmove_objconstr.nim @@ -2,7 +2,6 @@ discard """ output: '''test created test destroyed 0 -Pony is dying! 1 2 3 |