From: Mark-Jason Dominus Date: Wed, 3 Apr 2002 13:04:40 +0000 (-0500) Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11ec04605abd704be5d42c52862751e8383518cb;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2 Message-ID: <20020403180440.7614.qmail@plover.com> p4raw-id: //depot/perl@15711 --- diff --git a/t/op/tiearray.t b/t/op/tiearray.t index 9544f89..337aff6 100755 --- a/t/op/tiearray.t +++ b/t/op/tiearray.t @@ -224,7 +224,7 @@ untie @ary; } # 20020401 mjd-perl-patch+@plover.com -# Thanks to Dave Mitchell for the small test case +# Thanks to Dave Mitchell for the small test case and the fix { my @a; @@ -244,5 +244,3 @@ untie @ary; print "not " unless $seen{'DESTROY'} == 2; print "ok ", $test++,"\n"; - -