Skip to content

Commit 59e6a4d

Browse files
committed
Forgot to grep for a function
1 parent 1aae28a commit 59e6a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/sort.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ mod test_qsort {
840840

841841
let expected = ~[1, 2, 3];
842842

843-
do quick_sort(names) |x, y| { int::le(*x, *y) };
843+
do quick_sort(names) |x, y| { *x < *y };
844844

845845
let immut_names = names;
846846

0 commit comments

Comments
 (0)