xmpp-parsers: Fix size tests on AArch32
This commit is contained in:
parent
e1f2e2653a
commit
5cd7d5fe57
7 changed files with 10 additions and 12 deletions
|
|
@ -223,8 +223,8 @@ mod tests {
|
|||
#[cfg(target_pointer_width = "32")]
|
||||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(IqType, 112);
|
||||
assert_size!(Iq, 204);
|
||||
assert_size!(IqType, 136);
|
||||
assert_size!(Iq, 228);
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue