summaryrefslogtreecommitdiff
path: root/t/op/pat.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/pat.t')
-rwxr-xr-xt/op/pat.t5
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";
- }
-}