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:
732f08d
)
bump test count in t/comp/parser.t
author
David Mitchell
<davem@iabyn.com>
Sun, 19 Feb 2017 12:36:58 +0000
(12:36 +0000)
committer
David Mitchell
<davem@iabyn.com>
Sun, 19 Feb 2017 12:36:58 +0000
(12:36 +0000)
(the previous commit forgot to)
t/comp/parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/parser.t
b/t/comp/parser.t
index
570df2e
..
6fd5ad0
100644
(file)
--- a/
t/comp/parser.t
+++ b/
t/comp/parser.t
@@
-8,7
+8,7
@@
BEGIN {
chdir 't' if -d 't';
}
-print "1..18
7
\n";
+print "1..18
8
\n";
sub failed {
my ($got, $expected, $name) = @_;