diff options
Diffstat (limited to 'tests/unit/script/htmlareaelement.rs')
-rw-r--r-- | tests/unit/script/htmlareaelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/htmlareaelement.rs b/tests/unit/script/htmlareaelement.rs index b7257e8b540..f4c77cc7fef 100644 --- a/tests/unit/script/htmlareaelement.rs +++ b/tests/unit/script/htmlareaelement.rs @@ -7,7 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use euclid::point::Point2D; +use euclid::Point2D; use script::test::area::{Area, Shape}; #[test] |