Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
[p5sagit/p5-mst-13.2.git] / t / op / tiearray.t
index 9544f89..337aff6 100755 (executable)
@@ -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";         
 
-
-