test(style): update the expected sizes of {,Selector,Value}ParseError

<https://github.com/rust-lang/rust/pull/94075>
This commit is contained in:
yvt 2022-10-15 19:56:10 +09:00
parent 66c03e3c96
commit b1341f77f5

View file

@ -38,14 +38,14 @@ size_of_test!(
40 40
); );
size_of_test!(test_size_of_selector_parse_error, SelectorParseError, 56); size_of_test!(test_size_of_selector_parse_error, SelectorParseError, 48);
size_of_test!( size_of_test!(
test_size_of_style_traits_parse_error, test_size_of_style_traits_parse_error,
::style_traits::ParseError, ::style_traits::ParseError,
72 64
); );
size_of_test!( size_of_test!(
test_size_of_value_parse_error, test_size_of_value_parse_error,
::style_traits::ValueParseError, ::style_traits::ValueParseError,
56 48
); );