summaryrefslogtreecommitdiff
path: root/t/re
diff options
context:
space:
mode:
Diffstat (limited to 't/re')
-rw-r--r--t/re/pat_advanced.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/re/pat_advanced.t b/t/re/pat_advanced.t
index 376272bb17..913e84662f 100644
--- a/t/re/pat_advanced.t
+++ b/t/re/pat_advanced.t
@@ -2313,6 +2313,7 @@ EOF
is "$1" || $@, "foo", 'multichar \N{...} stringified and retoked';
}
{ # empty \N{...} tripping roundly
+ no warnings 'deprecated';
BEGIN { $^H{charnames} = sub { "" } }
my $qr = qr$(a\N{foo}t)$;
"at" =~ eval "qr/$qr/";