We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f52b0 commit 5500fd2Copy full SHA for 5500fd2
src/sorting/bubble_sort.rs
@@ -71,7 +71,6 @@ mod tests {
71
bubble_sort(&mut ve3);
72
assert!(is_sorted(&ve3) && have_same_elements(&ve3, &cloned));
73
}
74
- /// Takes much time
75
#[test]
76
fn long() {
77
let mut ve3: Vec<i32> = (10..39000).collect();
0 commit comments