diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-05 16:06:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-05 20:30:08 -0700 |
commit | 9343f4cf23ede11b197fea9daa9ed32154bf1271 (patch) | |
tree | 36423a563e3cc2b4b07352369d4fc9ccf5299ac5 /t/uni | |
parent | b07450211dd1f1494ceebcfe2758951f54902269 (diff) | |
download | perl-9343f4cf23ede11b197fea9daa9ed32154bf1271.tar.gz |
stash.t: 2 TODO tests I missed
Diffstat (limited to 't/uni')
-rw-r--r-- | t/uni/stash.t | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/t/uni/stash.t b/t/uni/stash.t index bacd69d1e2..7d24e5178a 100644 --- a/t/uni/stash.t +++ b/t/uni/stash.t @@ -280,11 +280,8 @@ plan( tests => 58 ); 'ref() returns the same thing when an object’s stash is detached'; ::like "$obj", qr "^rìle=ARRAY\(0x[\da-f]+\)\z", 'objects stringify the same way when their stashes are detached'; - { - local $::TODO = $Config{useithreads} ? "fails under threads" : undef; - ::is eval '__PACKAGE__', 'rìle', + ::is eval '__PACKAGE__', 'rìle', '__PACKAGE__ returns the same when the current stash is detached'; - } } # Setting the name during undef %stash:: should have no effect. |