summaryrefslogtreecommitdiff
path: root/t/op/ref.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/ref.t')
-rw-r--r--t/op/ref.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/op/ref.t b/t/op/ref.t
index ea5bd2e83e..a6d8fa0138 100644
--- a/t/op/ref.t
+++ b/t/op/ref.t
@@ -380,7 +380,6 @@ curr_test($test + 2);
# test that DESTROY is called on all objects during global destruction,
# even those without hard references [perl #36347]
-$TODO = 'bug #36347';
is(
runperl(
stderr => 1, prog => 'sub DESTROY { print qq-aaa\n- } bless \$a[0]'
@@ -395,7 +394,7 @@ is(
"aaa\n",
'DESTROY called on closure variable'
);
-$TODO = undef;
+
# test if refgen behaves with autoviv magic
{