mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Use size_of_test! macro in style and stylo tests.
This commit is contained in:
parent
864f5509d8
commit
5e60865d19
8 changed files with 12 additions and 34 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue