summaryrefslogtreecommitdiff
path: root/t/op/stash.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/stash.t')
-rw-r--r--t/op/stash.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/op/stash.t b/t/op/stash.t
index 99e44da030..616853b916 100644
--- a/t/op/stash.t
+++ b/t/op/stash.t
@@ -294,11 +294,8 @@ fresh_perl_is(
'ref() returns the same thing when an object’s stash is detached';
::like "$obj", qr "^rile=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__', 'rile',
+ ::is eval '__PACKAGE__', 'rile',
'__PACKAGE__ returns the same when the current stash is detached';
- }
}
# Setting the name during undef %stash:: should have no effect.