Remove obsolete test for the deprecation warning I just removed.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 28 Feb 2007 09:22:56 +0000 (09:22 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 28 Feb 2007 09:22:56 +0000 (09:22 +0000)
p4raw-id: //depot/perl@30427

t/op/regmesg.t

index d53a1f8..4e8f3c4 100644 (file)
@@ -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:]{#}/',