diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-13 22:55:02 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-13 22:55:02 +0000 |
commit | 1393e20655efb4bcc2062605bfe887dd5e634bc1 (patch) | |
tree | 0bd8c4701b965a4afe3e2876808255d0b1743562 /t/op/tiearray.t | |
parent | ab3c85350aa85d8f47cd7983fff31f525e769c31 (diff) | |
download | perl-1393e20655efb4bcc2062605bfe887dd5e634bc1.tar.gz |
tiearray tweaks
p4raw-id: //depot/ansiperl@420
Diffstat (limited to 't/op/tiearray.t')
-rwxr-xr-x[-rw-r--r--] | t/op/tiearray.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/op/tiearray.t b/t/op/tiearray.t index 028fe40c60..045891dd42 100644..100755 --- a/t/op/tiearray.t +++ b/t/op/tiearray.t @@ -174,9 +174,7 @@ print "ok ", $test++,"\n"; print "not " unless join(':',@ary) eq '1:2:3'; print "ok ", $test++,"\n"; -untie @ary; - -exit; +# untie @ary; } |