Move selectors size_of tests to Stylo tests

This commit is contained in:
Simon Sapin 2018-01-12 15:09:24 +01:00
parent 5d920df460
commit 7d1dc7286a
8 changed files with 8 additions and 124 deletions

View file

@ -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;