summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-02-19 12:36:58 +0000
committerDavid Mitchell <davem@iabyn.com>2017-02-19 12:36:58 +0000
commit9de2a80ffc0eefb4d60e13766baf4bad129e0a92 (patch)
treece372cae7dcb159ae985b3b37f3e4894a98932a3
parent732f08da7ecf98c22343bcb64387c904b659441b (diff)
downloadperl-9de2a80ffc0eefb4d60e13766baf4bad129e0a92.tar.gz
bump test count in t/comp/parser.t
(the previous commit forgot to)
-rw-r--r--t/comp/parser.t2
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) = @_;