diff options
author | Stephen Potter <spp@psa.pencom.com> | 1998-02-12 11:11:05 -0600 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-20 12:20:29 +0000 |
commit | c6aa4a325f8f7aec03423575f368826bb1e2b038 (patch) | |
tree | 4f26fc072908cd72af68c607cb1736795f1ac67c /t/op/flip.t | |
parent | 7fd66d9d30123afaec1f02787836d8154d73e836 (diff) | |
download | perl-c6aa4a325f8f7aec03423575f368826bb1e2b038.tar.gz |
5.004_58, move intuition tests
p4raw-id: //depot/perl@536
Diffstat (limited to 't/op/flip.t')
-rwxr-xr-x | t/op/flip.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/flip.t b/t/op/flip.t index 7852d0cee9..20167f3333 100755 --- a/t/op/flip.t +++ b/t/op/flip.t @@ -6,7 +6,7 @@ print "1..9\n"; @a = (1,2,3,4,5,6,7,8,9,10,11,12); -while ($_ = shift(a)) { +while ($_ = shift(@a)) { if ($x = /4/../8/) { $z = $x; print "ok ", $x + 0, "\n"; } $y .= /1/../2/; } |