diff options
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r-- | tests/unit/style/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index a90707b522c..7b6c48814bd 100644 --- a/tests/unit/style/lib.rs +++ b/tests/unit/style/lib.rs @@ -6,7 +6,7 @@ #![plugin(string_cache_plugin)] extern crate cssparser; -extern crate geom; +extern crate euclid; extern crate selectors; extern crate string_cache; extern crate style; |