Skip to content

Commit

Permalink
Update test now that chunks_vectored is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jan 10, 2025
1 parent 1482c40 commit cf0477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ mod chain_limited_slices {
Buf::take(Buf::chain(Buf::chain(a, b), Buf::chain(c, d)), buf.len())
}

buf_tests!(make_input, /* `Limit` does not forward `chucks_vectored */ false);
buf_tests!(make_input, true);
}

#[allow(unused_allocation)] // This is intentional.
Expand Down

0 comments on commit cf0477b

Please sign in to comment.