diff options
Diffstat (limited to 'tests/destructor/tmove_objconstr.nim')
-rw-r--r-- | tests/destructor/tmove_objconstr.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/destructor/tmove_objconstr.nim b/tests/destructor/tmove_objconstr.nim index be92d1503..5b2198e51 100644 --- a/tests/destructor/tmove_objconstr.nim +++ b/tests/destructor/tmove_objconstr.nim @@ -58,9 +58,9 @@ iterator items(p: Pony): int = for x in getPony(): echo x -# XXX this needs to be enabled once top level statements -# produce destructor calls again. -#echo "Pony is dying!" + + + #------------------------------------------------------------ |