Skip to content

Commit

Permalink
Bug 1580908 - Part 11: Fix test_size_of_rule_node. r=emilio
Browse files Browse the repository at this point in the history
Apparently I made SourcePropertyDeclaration 8 bytes shorter by updating
arrayvec. (see
bluss/arrayvec@b56c3b7
and
bluss/arrayvec@2901223
for details)

Differential Revision: https://phabricator.services.mozilla.com/D45746

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Eijebong committed Sep 12, 2019
1 parent faf6cad commit e20d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo/ports/geckolib/tests/size_of.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ size_of_test!(test_size_of_rule_node, RuleNode, 80);
size_of_test!(
test_size_of_parsed_declaration,
style::properties::SourcePropertyDeclaration,
608
600
);

size_of_test!(test_size_of_computed_image, computed::image::Image, 16);
Expand Down

0 comments on commit e20d4dc

Please sign in to comment.