diff options
Diffstat (limited to 't/op/pat.t')
-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"; - } -} |