In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ca949e9c3c10048fd3c2829b96293e6139846dcc?hp=5bfb0af0b8971c7f063804d149384ca17bfc0ae2>
- Log ----------------------------------------------------------------- commit ca949e9c3c10048fd3c2829b96293e6139846dcc Author: Father Chrysostomos <[email protected]> Date: Thu Jan 8 09:23:50 2015 -0800 parser.t: Correct skip count I increased the skip count in 08b999a9 by mistake. For crashing bugs, executing the code that would have crashed is sufficient to test it. ----------------------------------------------------------------------- Summary of changes: t/comp/parser.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/comp/parser.t b/t/comp/parser.t index 61a9ec7..bd3ff7d 100644 --- a/t/comp/parser.t +++ b/t/comp/parser.t @@ -8,7 +8,7 @@ BEGIN { chdir 't' if -d 't'; } -print "1..173\n"; +print "1..172\n"; sub failed { my ($got, $expected, $name) = @_; -- Perl5 Master Repository
