diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-08 09:23:50 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-08 09:25:46 -0800 |
commit | ca949e9c3c10048fd3c2829b96293e6139846dcc (patch) | |
tree | 41c5e855a959b39bfd641d206716ae2e9537f91e /t/comp | |
parent | 5bfb0af0b8971c7f063804d149384ca17bfc0ae2 (diff) | |
download | perl-ca949e9c3c10048fd3c2829b96293e6139846dcc.tar.gz |
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.
Diffstat (limited to 't/comp')
-rw-r--r-- | 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 61a9ec7ce9..bd3ff7d6af 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) = @_; |