Forgot to grep for a function
This commit is contained in:
parent
1aae28a57d
commit
59e6a4d44c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user