Skip to content

Commit

Permalink
Forgot to grep for a function
Browse files Browse the repository at this point in the history
  • Loading branch information
auroranockert committed Jul 8, 2013
1 parent 1aae28a commit 59e6a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libextra/sort.rs
Expand Up @@ -840,7 +840,7 @@ mod test_qsort {

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

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

let immut_names = names;

Expand Down

0 comments on commit 59e6a4d

Please sign in to comment.