summaryrefslogtreecommitdiffstats
path: root/t/bare-anon.t
diff options
context:
space:
mode:
Diffstat (limited to 't/bare-anon.t')
-rw-r--r--t/bare-anon.t8
1 files changed, 2 insertions, 6 deletions
diff --git a/t/bare-anon.t b/t/bare-anon.t
index 34e234c..f53a16c 100644
--- a/t/bare-anon.t
+++ b/t/bare-anon.t
@@ -25,9 +25,7 @@ my $stash = Package::Stash->new($anon);
}
{
- local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
- ? "can't inflate weird stash entries"
- : undef;
+ local $TODO = "can't inflate weird stash entries";
$anon->{bar} = \123;
is(
@@ -43,9 +41,7 @@ my $stash = Package::Stash->new($anon);
}
{
- local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
- ? "can't inflate weird stash entries"
- : undef;
+ local $TODO = "can't inflate weird stash entries";
$anon->{baz} = -1;
is(