diff options
Diffstat (limited to 'tests/unit/net/lib.rs')
-rw-r--r-- | tests/unit/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/net/lib.rs b/tests/unit/net/lib.rs index c9890544d94..cb8bc2edf89 100644 --- a/tests/unit/net/lib.rs +++ b/tests/unit/net/lib.rs @@ -16,11 +16,11 @@ extern crate msg; extern crate net; extern crate net_traits; extern crate profile_traits; +extern crate servo_config; extern crate servo_url; extern crate time; extern crate unicase; extern crate url; -extern crate util; #[cfg(test)] mod chrome_loader; #[cfg(test)] mod cookie; |