diff options
Diffstat (limited to 't/op/anonsub.t')
-rwxr-xr-x | t/op/anonsub.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/anonsub.t b/t/op/anonsub.t index 8eca75b811..893a72671c 100755 --- a/t/op/anonsub.t +++ b/t/op/anonsub.t @@ -98,7 +98,6 @@ X(); EXPECT ok 1 ######## -package; print sub { return "ok 1\n" } -> (); EXPECT ok 1 |