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
|
|
@ -297,10 +297,7 @@ mod tests {
|
|||
assert_size!(Mode, 1);
|
||||
assert_size!(CandidateId, 24);
|
||||
assert_size!(StreamId, 24);
|
||||
#[cfg(rustc_nightly)]
|
||||
assert_size!(Candidate, 128);
|
||||
#[cfg(not(rustc_nightly))]
|
||||
assert_size!(Candidate, 136);
|
||||
assert_size!(Candidate, 96);
|
||||
assert_size!(TransportPayload, 32);
|
||||
assert_size!(Transport, 88);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue