Skip to content

Commit 5500fd2

Browse files
authored
Update bubble_sort.rs
1 parent 96f52b0 commit 5500fd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sorting/bubble_sort.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ mod tests {
7171
bubble_sort(&mut ve3);
7272
assert!(is_sorted(&ve3) && have_same_elements(&ve3, &cloned));
7373
}
74-
/// Takes much time
7574
#[test]
7675
fn long() {
7776
let mut ve3: Vec<i32> = (10..39000).collect();

0 commit comments

Comments
 (0)