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
|
|
@ -254,7 +254,7 @@ mod tests {
|
|||
assert_size!(Insert, 20);
|
||||
assert_size!(Erase, 12);
|
||||
assert_size!(Wait, 4);
|
||||
assert_size!(Action, 24);
|
||||
assert_size!(Action, 20);
|
||||
assert_size!(Rtt, 32);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue