Skip to content

Commit 373abf1

Browse files
authored
Fixing test
1 parent 99ea5f1 commit 373abf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ mod tests {
10031003
assert_eq!(&v[..], b"4d2");
10041004
}
10051005

1006+
#[test]
10061007
fn extend_from_slice() {
10071008
let mut v: Vec<u8, U4> = Vec::new();
10081009
assert_eq!(v.len(), 0);

0 commit comments

Comments
 (0)