From f0fe56f1f136d50257a26fd1501fffbb95be284e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 15 Oct 1998 07:07:35 +0000 Subject: [PATCH] Test #162 had been added but the "print 1..161" had not been updated. p4raw-id: //depot/cfgperl@1972 --- t/op/pat.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/pat.t b/t/op/pat.t index 8917e82..cea2267 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'; -- 1.8.3.1