aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/net/lib.rs')
-rw-r--r--tests/unit/net/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/net/lib.rs b/tests/unit/net/lib.rs
index 990247e9ab2..47f732dc7b8 100644
--- a/tests/unit/net/lib.rs
+++ b/tests/unit/net/lib.rs
@@ -33,6 +33,7 @@ extern crate url;
#[cfg(test)] mod hsts;
#[cfg(test)] mod http_loader;
#[cfg(test)] mod filemanager_thread;
+#[cfg(test)] mod subresource_integrity;
use devtools_traits::DevtoolsControlMsg;
use hyper::server::{Handler, Listening, Server};