Look at size_of ParsedDeclaration… Yeah, we’ll need to fix that.

This commit is contained in:
Simon Sapin 2017-05-19 11:19:26 +02:00
parent 389073b9a5
commit 5c57ff890c
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
use style::properties;
size_of_test!(test_size_of_property_declaration, properties::PropertyDeclaration, 32);
size_of_test!(test_size_of_parsed_declaration, properties::ParsedDeclaration, 456);
#[test]
fn size_of_specified_values() {

View file

@ -20,6 +20,7 @@ fn size_of_selectors_dummy_types() {
}
size_of_test!(test_size_of_property_declaration, style::properties::PropertyDeclaration, 32);
size_of_test!(test_size_of_parsed_declaration, style::properties::ParsedDeclaration, 584);
#[test]
fn size_of_specified_values() {