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
|
|
@ -82,8 +82,8 @@ mod tests {
|
|||
assert_size!(Enable, 0);
|
||||
assert_size!(Disable, 0);
|
||||
assert_size!(Private, 0);
|
||||
assert_size!(Received, 408);
|
||||
assert_size!(Sent, 408);
|
||||
assert_size!(Received, 288);
|
||||
assert_size!(Sent, 288);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue