xmpp-parsers: Fix size tests on 32-bit
This commit is contained in:
parent
91736ec0ed
commit
c7887efbc7
22 changed files with 25 additions and 25 deletions
|
|
@ -505,7 +505,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(XhtmlIm, 32);
|
||||
assert_size!(Child, 56);
|
||||
assert_size!(Child, 52);
|
||||
assert_size!(Tag, 52);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue