Skip to content

Commit

Permalink
test(style): update the expected sizes of {,Selector,Value}ParseError
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Oct 16, 2022
1 parent 66c03e3 commit b1341f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/style/size_of.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

0 comments on commit b1341f7

Please sign in to comment.