From: Rafael Garcia-Suarez Date: Mon, 23 Jan 2006 15:18:30 +0000 (+0000) Subject: Missing chunk in change #26926 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7dd0d64a9c73f2676b6c4e66eea777c2f908725;p=p5sagit%2Fp5-mst-13.2.git Missing chunk in change #26926 p4raw-link: @26926 on //depot/perl: 6fbb66d654f8539b40e6cdc4ce45f9e073f37d64 p4raw-id: //depot/perl@26927 --- diff --git a/t/op/taint.t b/t/op/taint.t index 3d333c8..b544262 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -1140,12 +1140,11 @@ TERNARY_CONDITIONALS: { { my @a; + local $::TODO = 1; $a[0] = $^X; my $i = 0; while($a[0]=~ m/(.)/g ) { last if $i++ > 10000; } cmp_ok $i, '<', 10000, "infinite m//g"; - } -