mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Look at size_of ParsedDeclaration… Yeah, we’ll need to fix that.
This commit is contained in:
parent
389073b9a5
commit
5c57ff890c
2 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue