diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-06-22 06:28:32 -0700 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2019-06-22 06:28:32 -0700 |
commit | 689b7971b82b6268de3c4eaff2d54dfc77910088 (patch) | |
tree | d3943c1eab02b9749159de9cc442b86fc294cd83 /components/net/tests/main.rs | |
parent | 67494d477667001910148647b03118534b7d7f82 (diff) | |
download | servo-689b7971b82b6268de3c4eaff2d54dfc77910088.tar.gz servo-689b7971b82b6268de3c4eaff2d54dfc77910088.zip |
http-cache: re-enable and update test
Diffstat (limited to 'components/net/tests/main.rs')
-rw-r--r-- | components/net/tests/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/tests/main.rs b/components/net/tests/main.rs index 1580eb8310a..d473ee2368e 100644 --- a/components/net/tests/main.rs +++ b/components/net/tests/main.rs @@ -14,6 +14,7 @@ mod fetch; mod file_loader; mod filemanager_thread; mod hsts; +mod http_cache; mod http_loader; mod mime_classifier; mod resource_thread; |