Skip to content

Commit 2c79fe2

Browse files
chloefealdtolnay
authored and
gitbot
committed
Update library/alloc/tests/sort/tests.rs
Co-authored-by: David Tolnay <[email protected]>
1 parent 833391a commit 2c79fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/tests/sort/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn check_is_sorted<T: Ord + Clone + Debug, S: Sort>(v: &mut [T]) {
3333
known_good_stable_sort::sort(known_good_sorted_vec.as_mut_slice());
3434

3535
if is_small_test {
36-
eprintln!("Original: {:?}", v_orig);
36+
eprintln!("Original: {:?}", v_orig);
3737
eprintln!("Expected: {:?}", known_good_sorted_vec);
3838
eprintln!("Got: {:?}", v);
3939
} else {

0 commit comments

Comments
 (0)