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
|
|
@ -55,10 +55,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(JidPrepQuery, 24);
|
||||
#[cfg(rustc_nightly)]
|
||||
assert_size!(JidPrepResponse, 72);
|
||||
#[cfg(not(rustc_nightly))]
|
||||
assert_size!(JidPrepResponse, 80);
|
||||
assert_size!(JidPrepResponse, 40);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue