mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
move specified values size testing entirely into stylo_tests
This change means that stylo_tests doesn't depend on a version of the style crate with the `testing` feature defined.
This commit is contained in:
parent
e962ac365b
commit
018968877a
6 changed files with 54 additions and 48 deletions
|
@ -19,7 +19,7 @@ extern crate servo_atoms;
|
|||
extern crate servo_config;
|
||||
extern crate servo_url;
|
||||
#[macro_use] extern crate size_of_test;
|
||||
extern crate style;
|
||||
#[macro_use] extern crate style;
|
||||
extern crate style_traits;
|
||||
extern crate test;
|
||||
|
||||
|
@ -32,6 +32,8 @@ mod parsing;
|
|||
mod properties;
|
||||
mod rule_tree;
|
||||
mod size_of;
|
||||
#[path = "../stylo/specified_values.rs"]
|
||||
mod specified_values;
|
||||
mod str;
|
||||
mod stylesheets;
|
||||
mod stylist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue