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
|
|
@ -225,8 +225,8 @@ mod tests {
|
|||
#[cfg(target_pointer_width = "32")]
|
||||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(IqType, 108);
|
||||
assert_size!(Iq, 192);
|
||||
assert_size!(IqType, 112);
|
||||
assert_size!(Iq, 204);
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue