Use size_of_test! macro in style and stylo tests.

This commit is contained in:
Simon Sapin 2017-05-18 17:17:29 +02:00
parent 864f5509d8
commit 5e60865d19
8 changed files with 12 additions and 34 deletions

2
Cargo.lock generated
View file

@ -2872,6 +2872,7 @@ dependencies = [
"servo_atoms 0.0.1",
"servo_config 0.0.1",
"servo_url 0.0.1",
"size_of_test 0.0.1",
"style 0.0.1",
"style_traits 0.0.1",
]
@ -2901,6 +2902,7 @@ dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"size_of_test 0.0.1",
"style 0.0.1",
"style_traits 0.0.1",
]