diff options
Diffstat (limited to 'tests/unit/util/lib.rs')
-rw-r--r-- | tests/unit/util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/util/lib.rs b/tests/unit/util/lib.rs index badcbd40e7a..198858b8d4e 100644 --- a/tests/unit/util/lib.rs +++ b/tests/unit/util/lib.rs @@ -6,7 +6,7 @@ #![plugin(plugins)] extern crate util; extern crate libc; -extern crate geom; +extern crate euclid; #[cfg(test)] mod cache; #[cfg(test)] mod logical_geometry; |