summaryrefslogtreecommitdiffstats
path: root/t/impl-selection/basic-pp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/impl-selection/basic-pp.t')
-rw-r--r--t/impl-selection/basic-pp.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/impl-selection/basic-pp.t b/t/impl-selection/basic-pp.t
index 7388e80..398f383 100644
--- a/t/impl-selection/basic-pp.t
+++ b/t/impl-selection/basic-pp.t
@@ -395,8 +395,8 @@ like(exception {
[qw(BEGIN bar baz foo quuuux quuux quux)],
"list_all_symbols",
);
- { local $TODO = ($] < 5.010 || $Package::Stash::IMPLEMENTATION eq 'PP')
- ? "undef scalars aren't visible on 5.8, or from pure perl at all"
+ { local $TODO = $] < 5.010
+ ? "undef scalars aren't visible on 5.8"
: undef;
is_deeply(
[sort $quuux->list_all_symbols('SCALAR')],