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
|
|
@ -318,7 +318,7 @@ mod tests {
|
|||
fn test_size() {
|
||||
assert_size!(ErrorType, 1);
|
||||
assert_size!(DefinedCondition, 1);
|
||||
assert_size!(StanzaError, 116);
|
||||
assert_size!(StanzaError, 96);
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue