Skip to content

Commit

Permalink
Update alignment for Parsed in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Jan 28, 2024
1 parent 6747ebe commit 26b7c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ fn alignment() {
assert_alignment!(iso8601::FormattedComponents, 1);
assert_alignment!(iso8601::OffsetPrecision, 1);
assert_alignment!(iso8601::TimePrecision, 1);
#[cfg(miri)]
assert_alignment!(Parsed, 16);
#[cfg(not(miri))]
assert_alignment!(Parsed, 8);
assert_alignment!(Month, 1);
assert_alignment!(Weekday, 1);
Expand Down

0 comments on commit 26b7c5f

Please sign in to comment.