projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ce9b5f
)
Remove a TODO test that is no longer to do.
Rafael Garcia-Suarez [Mon, 17 May 2004 15:12:03 +0000 (15:12 +0000)]
p4raw-id: //depot/perl@22825
ext/B/t/f_sort.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/f_sort.t
b/ext/B/t/f_sort.t
index
f03b8cd
..
7589da9
100644
(file)
--- 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);