diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-17 15:12:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-17 15:12:03 +0000 |
commit | 91451e42347a75e822ac69341556a66aff081878 (patch) | |
tree | d1e45abf53b03c45050acd167ef967cbbb328d7d /ext/B | |
parent | 7ce9b5fb929d8db597cb08c830ef116cfd1fd078 (diff) | |
download | perl-91451e42347a75e822ac69341556a66aff081878.tar.gz |
Remove a TODO test that is no longer to do.
p4raw-id: //depot/perl@22825
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/f_sort.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t index f03b8cdc3e..7589da905d 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); |