diff options
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index e05f96f1f0f..d2993af7f30 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.rs @@ -7,7 +7,7 @@ extern crate msg; extern crate script; -extern crate url; +extern crate servo_url; #[cfg(test)] mod origin; #[cfg(all(test, target_pointer_width = "64"))] mod size_of; |