summaryrefslogtreecommitdiff
path: root/t/op/switch.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/switch.t')
-rw-r--r--t/op/switch.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/switch.t b/t/op/switch.t
index d8cae7de8c..8e3851c003 100644
--- a/t/op/switch.t
+++ b/t/op/switch.t
@@ -1295,7 +1295,6 @@ unreified_check(undef,"");
sub DESTROY { $d++ };
sub f2 {
- no warnings 'experimental::lexical_topic';
local $_ = 5;
given(bless [7]) {
::is($_->[0], 7, "is [7]");