Update test_size tests for 32-bit architectures

This commit is contained in:
Emmanuel Gil Peyrot 2019-04-22 14:34:25 +02:00
commit bc480f8e7c
15 changed files with 16 additions and 16 deletions

View file

@ -199,7 +199,7 @@ mod tests {
fn test_size() {
assert_size!(QueryId, 12);
assert_size!(Query, 116);
assert_size!(Result_, 228);
assert_size!(Result_, 236);
assert_size!(Complete, 1);
assert_size!(Fin, 44);
assert_size!(DefaultPrefs, 1);