aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/lib.rs')
-rw-r--r--tests/unit/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/lib.rs b/tests/unit/lib.rs
index de3799ef1e6..22e2d349bb6 100644
--- a/tests/unit/lib.rs
+++ b/tests/unit/lib.rs
@@ -2,7 +2,9 @@ extern crate geom;
extern crate gfx;
extern crate net;
extern crate net_traits;
+extern crate profile;
extern crate util;
+extern crate url;
#[cfg(test)] #[path="gfx/mod.rs"] mod gfx_tests;
#[cfg(test)] #[path="net/mod.rs"] mod net_tests;