diff options
author | David Mitchell <davem@iabyn.com> | 2017-02-19 12:36:58 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-02-19 12:36:58 +0000 |
commit | 9de2a80ffc0eefb4d60e13766baf4bad129e0a92 (patch) | |
tree | ce372cae7dcb159ae985b3b37f3e4894a98932a3 | |
parent | 732f08da7ecf98c22343bcb64387c904b659441b (diff) | |
download | perl-9de2a80ffc0eefb4d60e13766baf4bad129e0a92.tar.gz |
bump test count in t/comp/parser.t
(the previous commit forgot to)
-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 570df2e4d5..6fd5ad0aa0 100644 --- a/t/comp/parser.t +++ b/t/comp/parser.t @@ -8,7 +8,7 @@ BEGIN { chdir 't' if -d 't'; } -print "1..187\n"; +print "1..188\n"; sub failed { my ($got, $expected, $name) = @_; |