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

View file

@ -24,6 +24,7 @@ rustc-serialize = "0.3"
selectors = {path = "../../../components/selectors"}
servo_atoms = {path = "../../../components/atoms"}
servo_config = {path = "../../../components/config"}
servo_url = {path = "../../../components/url"}
size_of_test = {path = "../../../components/size_of_test"}
style = {path = "../../../components/style"}
style_traits = {path = "../../../components/style_traits"}
servo_url = {path = "../../../components/url"}