From 42b01b3381c4157c2fb4ea0905b653ff52e977ca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 10 Dec 2011 02:29:01 -0600 Subject: sync tests --- t/bare-anon.t | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 't/bare-anon.t') diff --git a/t/bare-anon.t b/t/bare-anon.t index 2f756d5..0ecb324 100644 --- a/t/bare-anon.t +++ b/t/bare-anon.t @@ -27,9 +27,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( @@ -45,9 +43,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( -- cgit v1.2.3-54-g00ecf