summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-28 09:22:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-28 09:22:56 +0000
commit8b4094966b1cb25a5a16a4eea1f840f9753d2296 (patch)
treed5b77fccdedc412219215b23e7ca345bd0c58b46
parent5a2723641b52d6684438d7c0c74b6169edac68e2 (diff)
downloadperl-8b4094966b1cb25a5a16a4eea1f840f9753d2296.tar.gz
Remove obsolete test for the deprecation warning I just removed.
p4raw-id: //depot/perl@30427
-rw-r--r--t/op/regmesg.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/op/regmesg.t b/t/op/regmesg.t
index d53a1f89d2..4e8f3c4924 100644
--- a/t/op/regmesg.t
+++ b/t/op/regmesg.t
@@ -97,8 +97,6 @@ my @death =
## Key-value pairs of code/error of code that should have non-fatal warnings.
##
@warning = (
- "m/(?p{ 'a' })/" => "(?p{}) is deprecated - use (??{}) in regex; marked by {#} in m/(?p{#}{ 'a' })/",
-
'm/\b*/' => '\b* matches null string many times in regex; marked by {#} in m/\b*{#}/',
'm/[:blank:]/' => 'POSIX syntax [: :] belongs inside character classes in regex; marked by {#} in m/[:blank:]{#}/',