Skip to content

Commit

Permalink
Changed test size of
Browse files Browse the repository at this point in the history
  • Loading branch information
atcupps committed Jun 27, 2023
1 parent 12b6843 commit 5cd3d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/datetime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ mod tests {
check_size_of!(6744 | 5408, TypedDateTimeFormatter::<Gregorian>);

check_size_of!(88, DateTimeError);
check_size_of!(176, FormattedDateTime);
check_size_of!(200, FormattedDateTime);
check_size_of!(16, FormattedTimeZone::<CustomTimeZone>);
check_size_of!(160, FormattedZonedDateTime);
check_size_of!(184, FormattedZonedDateTime);
check_size_of!(13, DateTimeFormatterOptions);

type DP<M> = DataPayload<M>;
Expand Down

0 comments on commit 5cd3d79

Please sign in to comment.