summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/op/switch.t1
-rw-r--r--t/re/pat_advanced.t1
2 files changed, 0 insertions, 2 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]");
diff --git a/t/re/pat_advanced.t b/t/re/pat_advanced.t
index 629f2b286e..b26764917d 100644
--- a/t/re/pat_advanced.t
+++ b/t/re/pat_advanced.t
@@ -1680,7 +1680,6 @@ sub run_tests {
{
# length() on captures, the numbered ones end up in Perl_magic_len
- no warnings 'deprecated', 'experimental::lexical_topic';
local $_ = "aoeu " . uni_to_native("\xe6") . "var ook";
/^ \w+ \s (?<eek>\S+)/x;