Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FuelLabs/sway into jjcnn/move-ext…
Browse files Browse the repository at this point in the history
…ernal-modules-to-root
  • Loading branch information
jjcnn committed Jan 11, 2025
2 parents 75f407c + 1192b3f commit de64127
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 de64127

Please sign in to comment.