Skip to content

Commit

Permalink
Merge branch 'master' into jjcnn/move-external-modules-to-root
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcnn authored Jan 11, 2025
2 parents eb2dc06 + 1192b3f commit c8fdd02
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ fn bytes_append_to_empty() {
};
}

#[test()]
fn bytes_append_self() {
let (mut bytes, a, b, c) = setup();
assert(bytes.len() == 3);
Expand All @@ -797,6 +798,7 @@ fn bytes_append_self() {
assert(bytes.get(5).unwrap() == c);
}

#[test()]
fn bytes_append_empty_self() {
let mut empty_bytes = Bytes::new();

Expand Down

0 comments on commit c8fdd02

Please sign in to comment.