Update test_size tests for 32-bit architectures
This commit is contained in:
parent
3178aaa1cb
commit
bc480f8e7c
15 changed files with 16 additions and 16 deletions
|
|
@ -564,7 +564,7 @@ mod tests {
|
|||
assert_size!(Reason, 1);
|
||||
assert_size!(ReasonElement, 16);
|
||||
assert_size!(SessionId, 12);
|
||||
assert_size!(Jingle, 128);
|
||||
assert_size!(Jingle, 136);
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue