xmpp-parsers: Fix size tests on 64-bit
This commit is contained in:
parent
022a920300
commit
91736ec0ed
18 changed files with 20 additions and 32 deletions
|
|
@ -84,7 +84,7 @@ mod tests {
|
|||
#[cfg(target_pointer_width = "64")]
|
||||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(Open, 168);
|
||||
assert_size!(Open, 136);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue