From: Rafael Garcia-Suarez Date: Tue, 21 Nov 2006 09:15:43 +0000 (+0000) Subject: Remove the test counter checker at the end of t/op/pat.t : it X-Git-Tag: perl-5.9.5~1647 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/dc7c9462e9e5f949918c27caba80e4eb195b09ef?hp=87e33296bf0538cd7a52dd3a42dce8c2210d7406 Remove the test counter checker at the end of t/op/pat.t : it doesn't get updated correctly. p4raw-id: //depot/perl@29333 --- diff --git a/t/op/pat.t b/t/op/pat.t index 2ccdfbc..cf6d54f 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -4143,8 +4143,3 @@ BEGIN { $::TestCount = 1367; print "1..$::TestCount\n"; } -END { - if ($::TestCount != $::count) { - warn "#\n### Got $::count test reports, but expected $::TestCount\n#\n"; - } -}