summaryrefslogtreecommitdiff
path: root/t/op/mydef.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/mydef.t')
-rw-r--r--t/op/mydef.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/mydef.t b/t/op/mydef.t
index 1480ce3c40..b993f1b607 100644
--- a/t/op/mydef.t
+++ b/t/op/mydef.t
@@ -7,7 +7,7 @@ BEGIN {
}
use strict;
-no warnings 'misc', 'deprecated';
+no warnings 'misc', 'experimental::lexical_topic';
$_ = 'global';
is($_, 'global', '$_ initial value');