summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-15 07:07:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-15 07:07:35 +0000
commitf0fe56f1f136d50257a26fd1501fffbb95be284e (patch)
tree4273b604ad486922027ed3b99020ff559905407a
parent1cfa4ec74d4933da0d98282eed6171cc7ac307b6 (diff)
downloadperl-f0fe56f1f136d50257a26fd1501fffbb95be284e.tar.gz
Test #162 had been added but the "print 1..161" had not been updated.
p4raw-id: //depot/cfgperl@1972
-rwxr-xr-xt/op/pat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pat.t b/t/op/pat.t
index 8917e8296e..cea2267f08 100755
--- a/t/op/pat.t
+++ b/t/op/pat.t
@@ -4,7 +4,7 @@
# the format supported by op/regexp.t. If you want to add a test
# that does fit that format, add it to op/re_tests, not here.
-print "1..161\n";
+print "1..162\n";
BEGIN {
chdir 't' if -d 't';