diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-27 16:24:24 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-27 16:25:57 -0700 |
commit | 7bd6b0e6531a2bf944362cebd59289d28c85309f (patch) | |
tree | d82cf3d961379fd7b69f5db89bc2860a4358b1bc | |
parent | e40e74fee4d286deb301438ca1e472457b98b7d0 (diff) | |
download | perl-7bd6b0e6531a2bf944362cebd59289d28c85309f.tar.gz |
Fix test count introduced by previous commit
Commit 99ca48e139a839de3f512cb8cae93f1fe51062ab
-rw-r--r-- | t/re/pat.t | 2 |
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; |