diff options
author | Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com> | 2015-09-01 22:55:57 +0530 |
---|---|---|
committer | Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com> | 2015-09-25 22:07:01 +0530 |
commit | 920bb5e4b8acd224fe6d39907558bd3242ef6445 (patch) | |
tree | 49d111154e74148a1a48884557f4b25ac80b03ff /tests/unit/net/lib.rs | |
parent | e04c2c78ee43ad81f2794d908a13744b6b976443 (diff) | |
download | servo-920bb5e4b8acd224fe6d39907558bd3242ef6445.tar.gz servo-920bb5e4b8acd224fe6d39907558bd3242ef6445.zip |
tests for devtools integration with network requests/responses
Diffstat (limited to 'tests/unit/net/lib.rs')
-rw-r--r-- | tests/unit/net/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/net/lib.rs b/tests/unit/net/lib.rs index d1af6130123..eb93f284df0 100644 --- a/tests/unit/net/lib.rs +++ b/tests/unit/net/lib.rs @@ -3,6 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ extern crate cookie as cookie_rs; +extern crate devtools_traits; extern crate flate2; extern crate hyper; extern crate ipc_channel; |