diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-12 22:16:57 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-18 14:54:34 -0700 |
commit | 640c0c3e6cbf43a7a03079adc89e0ad39fb33a19 (patch) | |
tree | c0f937d6b2af5e1fbbdff816e0396de0d7d5a925 /t | |
parent | 63c9c6618f11b54b040d7136bc4f6cf8cf304247 (diff) | |
download | perl-640c0c3e6cbf43a7a03079adc89e0ad39fb33a19.tar.gz |
Revert "Partially revert 4155e4fe"
This reverts commit 7f586e41ad4ecd904c7d8dbe1ddb0f9410484bac.
Diffstat (limited to 't')
-rw-r--r-- | t/op/ref.t | 3 |
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 { |