This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40e74f
)
Fix test count introduced by previous commit
author
Karl Williamson
<public@khwilliamson.com>
Thu, 27 Jan 2011 23:24:24 +0000
(16:24 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 27 Jan 2011 23:25:57 +0000
(16:25 -0700)
Commit
99ca48e139a839de3f512cb8cae93f1fe51062ab
t/re/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/pat.t
b/t/re/pat.t
index
b707b25
..
f8df68c
100644
(file)
--- a/
t/re/pat.t
+++ b/
t/re/pat.t
@@
-23,7
+23,7
@@
BEGIN {
}
-plan tests => 42
3
; # Update this when adding/deleting tests.
+plan tests => 42
6
; # Update this when adding/deleting tests.
run_tests() unless caller;