mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01: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
|
@ -12,7 +12,6 @@
|
|||
extern crate fnv;
|
||||
extern crate phf;
|
||||
extern crate precomputed_hash;
|
||||
#[cfg(test)] #[macro_use] extern crate size_of_test;
|
||||
extern crate servo_arc;
|
||||
extern crate smallvec;
|
||||
|
||||
|
@ -23,8 +22,6 @@ pub mod context;
|
|||
pub mod matching;
|
||||
mod nth_index_cache;
|
||||
pub mod parser;
|
||||
#[cfg(test)] mod size_of_tests;
|
||||
#[cfg(any(test, feature = "gecko_like_types"))] pub mod gecko_like_types;
|
||||
pub mod sink;
|
||||
mod tree;
|
||||
pub mod visitor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue