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