In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d1790986d15fcf8b76a2710320ae50eee3948e74?hp=501ba3026277333479fde2f8462a44127ed55fa9>

- Log -----------------------------------------------------------------
commit d1790986d15fcf8b76a2710320ae50eee3948e74
Author: Father Chrysostomos <[email protected]>
Date:   Fri Aug 17 23:20:53 2012 -0700

    parser.t: Correct test count
    
    Why do I keep making these mistakes? :-(
-----------------------------------------------------------------------

Summary of changes:
 t/comp/parser.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/comp/parser.t b/t/comp/parser.t
index 09f2d1c..53b7afa 100644
--- a/t/comp/parser.t
+++ b/t/comp/parser.t
@@ -3,7 +3,7 @@
 # Checks if the parser behaves correctly in edge cases
 # (including weird syntax errors)
 
-print "1..140\n";
+print "1..141\n";
 
 sub failed {
     my ($got, $expected, $name) = @_;

--
Perl5 Master Repository

Reply via email to