diff options
Diffstat (limited to 'tests/unit/stylo/lib.rs')
-rw-r--r-- | tests/unit/stylo/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/stylo/lib.rs b/tests/unit/stylo/lib.rs index a00d6d44c55..6b460558953 100644 --- a/tests/unit/stylo/lib.rs +++ b/tests/unit/stylo/lib.rs @@ -9,6 +9,7 @@ extern crate geckoservo; #[macro_use] extern crate log; extern crate malloc_size_of; extern crate selectors; +extern crate smallvec; #[macro_use] extern crate size_of_test; #[macro_use] extern crate style; extern crate style_traits; |