mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move selectors size_of tests to Stylo tests
This commit is contained in:
parent
5d920df460
commit
7d1dc7286a
8 changed files with 8 additions and 124 deletions
|
@ -17,7 +17,6 @@ name = "selectors"
|
|||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
gecko_like_types = []
|
||||
bench = []
|
||||
|
||||
[dependencies]
|
||||
|
@ -31,8 +30,5 @@ precomputed-hash = "0.1"
|
|||
servo_arc = { version = "0.1", path = "../servo_arc" }
|
||||
smallvec = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
size_of_test = {path = "../size_of_test"}
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.7.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue