diff options
author | Florian Duraffourg <f.duraffourg@gmail.com> | 2016-06-09 09:11:38 +0200 |
---|---|---|
committer | Florian Duraffourg <f.duraffourg@gmail.com> | 2016-06-09 09:14:01 +0200 |
commit | dbef65129f40ce6ca0e8ee7e520ec366c1c7577e (patch) | |
tree | 1f174fb9c8e8906bc32fca98e87ad9b316a8de9a /tests/unit/net/lib.rs | |
parent | 04b682195d2a75ad5961ec05ec1f7a1503c3f3f3 (diff) | |
download | servo-dbef65129f40ce6ca0e8ee7e520ec366c1c7577e.tar.gz servo-dbef65129f40ce6ca0e8ee7e520ec366c1c7577e.zip |
Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains
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 a20926967ca..7923ede897d 100644 --- a/tests/unit/net/lib.rs +++ b/tests/unit/net/lib.rs @@ -27,6 +27,7 @@ extern crate util; #[cfg(test)] mod file_loader; #[cfg(test)] mod fetch; #[cfg(test)] mod mime_classifier; +#[cfg(test)] mod pub_domains; #[cfg(test)] mod resource_thread; #[cfg(test)] mod hsts; #[cfg(test)] mod http_loader; |