From: Rafael Garcia-Suarez Date: Wed, 28 Feb 2007 09:22:56 +0000 (+0000) Subject: Remove obsolete test for the deprecation warning I just removed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b4094966b1cb25a5a16a4eea1f840f9753d2296;p=p5sagit%2Fp5-mst-13.2.git Remove obsolete test for the deprecation warning I just removed. p4raw-id: //depot/perl@30427 --- diff --git a/t/op/regmesg.t b/t/op/regmesg.t index d53a1f8..4e8f3c4 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:]{#}/',