parsers: Update test_size tests
Change certainly due to https://github.com/rust-lang/rust/pull/94075 Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ebd7df2dcf
commit
4795b2c628
5 changed files with 6 additions and 6 deletions
|
|
@ -240,8 +240,8 @@ mod tests {
|
|||
#[cfg(target_pointer_width = "64")]
|
||||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(IqType, 240);
|
||||
assert_size!(Iq, 424);
|
||||
assert_size!(IqType, 232);
|
||||
assert_size!(Iq, 416);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue