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:
ad021bf
)
Fix test count in t/re/pat.t
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 12 Dec 2010 07:31:44 +0000
(23:31 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 12 Dec 2010 07:31:44 +0000
(23:31 -0800)
t/re/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/pat.t
b/t/re/pat.t
index
72e36df
..
6c3af0a
100644
(file)
--- a/
t/re/pat.t
+++ b/
t/re/pat.t
@@
-23,7
+23,7
@@
BEGIN {
}
-plan tests => 41
0
; # Update this when adding/deleting tests.
+plan tests => 41
1
; # Update this when adding/deleting tests.
run_tests() unless caller;