Skip to content

Commit

Permalink
Review feedback: Add missing feature gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Jul 9, 2024
1 parent 07dd2ca commit 319d95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/message_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2432,6 +2432,7 @@ mod test {
assert_eq!(rr.data(), &A::from_octets(192, 0, 2, 1));
}

#[cfg(feature = "heapless")]
#[test]
fn exceed_limits() {
// Create a limited message builder.
Expand Down

0 comments on commit 319d95e

Please sign in to comment.