This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid overflow warning in chop.t.
authorCraig A. Berry <craigberry@mac.com>
Fri, 4 Jun 2010 03:17:39 +0000 (22:17 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 4 Jun 2010 21:26:54 +0000 (16:26 -0500)
commitdfae30232f1b277231b0dee813acbeca0b958afd
tree1502c3a286176edc749caf1a4a99d50199aa2502
parent613a9ec2cfb133a94ef11f3e50bdfef024885d96
Avoid overflow warning in chop.t.

It overflows at compile time on 32-bit architectures, so the skip
isn't enough.
t/op/chop.t