Skip to content

Commit 5fbe0bc

Browse files
Owen-CH-Leungjswrenn
authored andcommitted
Add ziplongest to specializations.rs
1 parent e68729f commit 5fbe0bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/specializations.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ quickcheck! {
9393
fn zip_longest(a: Vec<u8>, b: Vec<u8>) -> () {
9494
test_specializations(&a.into_iter().zip_longest(b));
9595
}
96+
97+
fn zip_longest(a: Vec<u8>, b: Vec<u8>) -> () {
98+
test_specializations(&a.into_iter().zip_longest(b))
99+
}
96100
}
97101

98102
quickcheck! {

0 commit comments

Comments
 (0)