From: Jarkko Hietaniemi Date: Sat, 7 Apr 2001 22:12:47 +0000 (+0000) Subject: Forgot to bump the number of tests in #9164. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82fa9064b47fbee58f8cbf100be15b9a9402827a;p=p5sagit%2Fp5-mst-13.2.git Forgot to bump the number of tests in #9164. p4raw-id: //depot/perl@9620 --- diff --git a/t/op/array.t b/t/op/array.t index 122a49e..472e02c 100755 --- a/t/op/array.t +++ b/t/op/array.t @@ -1,6 +1,6 @@ #!./perl -print "1..71\n"; +print "1..72\n"; # # @foo, @bar, and @ary are also used from tie-stdarray after tie-ing them