summaryrefslogtreecommitdiff
path: root/t/op/filetest_stack_ok.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/filetest_stack_ok.t')
-rw-r--r--t/op/filetest_stack_ok.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/op/filetest_stack_ok.t b/t/op/filetest_stack_ok.t
index c89428c89c..6be383a947 100644
--- a/t/op/filetest_stack_ok.t
+++ b/t/op/filetest_stack_ok.t
@@ -36,10 +36,6 @@ for my $op (@ops) {
$t = eval "-$op -e \$^X" ? 0 : "bar";
}
elsif ($count == 1) {
- local $TODO;
- if ($op eq 't') {
- $TODO = "[perl #77388] stacked file test does not work with -$op";
- }
is($m, "d", "-$op -e \$^X did not remove too many values from the stack");
}
$count++;