mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.
This commit is contained in:
parent
691222696e
commit
d88770e09f
10 changed files with 651 additions and 646 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue