diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-21 09:15:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-21 09:15:43 +0000 |
commit | dc7c9462e9e5f949918c27caba80e4eb195b09ef (patch) | |
tree | 5cdc0599a261f14314de12c80c21ff88457963fd /t/op | |
parent | 87e33296bf0538cd7a52dd3a42dce8c2210d7406 (diff) | |
download | perl-dc7c9462e9e5f949918c27caba80e4eb195b09ef.tar.gz |
Remove the test counter checker at the end of t/op/pat.t : it
doesn't get updated correctly.
p4raw-id: //depot/perl@29333
Diffstat (limited to 't/op')
-rwxr-xr-x | t/op/pat.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/op/pat.t b/t/op/pat.t index 2ccdfbc2db..cf6d54ff3b 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"; - } -} |