summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-01-27 16:24:24 -0700
committerKarl Williamson <public@khwilliamson.com>2011-01-27 16:25:57 -0700
commit7bd6b0e6531a2bf944362cebd59289d28c85309f (patch)
treed82cf3d961379fd7b69f5db89bc2860a4358b1bc
parente40e74fee4d286deb301438ca1e472457b98b7d0 (diff)
downloadperl-7bd6b0e6531a2bf944362cebd59289d28c85309f.tar.gz
Fix test count introduced by previous commit
Commit 99ca48e139a839de3f512cb8cae93f1fe51062ab
-rw-r--r--t/re/pat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/pat.t b/t/re/pat.t
index b707b25bb3..f8df68c96f 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -23,7 +23,7 @@ BEGIN {
}
-plan tests => 423; # Update this when adding/deleting tests.
+plan tests => 426; # Update this when adding/deleting tests.
run_tests() unless caller;