From: Rafael Garcia-Suarez Date: Mon, 17 May 2004 15:12:03 +0000 (+0000) Subject: Remove a TODO test that is no longer to do. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91451e42347a75e822ac69341556a66aff081878;p=p5sagit%2Fp5-mst-13.2.git Remove a TODO test that is no longer to do. p4raw-id: //depot/perl@22825 --- diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t index f03b8cd..7589da9 100644 --- a/ext/B/t/f_sort.t +++ b/ext/B/t/f_sort.t @@ -342,7 +342,6 @@ print sort @george, 'to', @harry; checkOptree(name => q{sort USERSUB LIST }, bcopts => q{-exec}, - todo => 'sort why BARE flag happens', code => q{sub backwards { $b cmp $a } @harry = qw(dog cat x Cain Abel); @george = qw(gone chased yz Punished Axed);