Skip to content

Commit

Permalink
stylo: Update ComputedValues size in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 23, 2017
1 parent cd6f68c commit 454fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/stylo/size_of.rs
Expand Up @@ -32,7 +32,7 @@ fn size_of_selectors_dummy_types() {
size_of_test!(test_size_of_rule, style::stylist::Rule, 32);

// Large pages generate tens of thousands of ComputedValues.
size_of_test!(test_size_of_cv, ComputedValues, 272);
size_of_test!(test_size_of_cv, ComputedValues, 256);

size_of_test!(test_size_of_option_arc_cv, Option<Arc<ComputedValues>>, 8);
size_of_test!(test_size_of_option_rule_node, Option<StrongRuleNode>, 8);
Expand Down

0 comments on commit 454fb9f

Please sign in to comment.