mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
test(style): update the expected sizes of {,Selector,Value}ParseError
<https://github.com/rust-lang/rust/pull/94075>
This commit is contained in:
parent
66c03e3c96
commit
b1341f77f5
1 changed files with 3 additions and 3 deletions
|
@ -38,14 +38,14 @@ size_of_test!(
|
|||
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!(
|
||||
test_size_of_style_traits_parse_error,
|
||||
::style_traits::ParseError,
|
||||
72
|
||||
64
|
||||
);
|
||||
size_of_test!(
|
||||
test_size_of_value_parse_error,
|
||||
::style_traits::ValueParseError,
|
||||
56
|
||||
48
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue