Skip to content

Commit 90b26c1

Browse files
Philippe-Choletphimuemue
authored andcommitted
Test WithPosition specializations
1 parent a1a3374 commit 90b26c1

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
@@ -74,6 +74,10 @@ where
7474
}
7575

7676
quickcheck! {
77+
fn with_position(v: Vec<u8>) -> () {
78+
test_specializations(&v.iter().with_position());
79+
}
80+
7781
fn tuple_combinations(v: Vec<u8>) -> () {
7882
let mut v = v;
7983
v.truncate(10);

0 commit comments

Comments
 (0)