Move net::resource_task unit tests into the unit_tests crate.

This commit is contained in:
Simon Sapin 2015-04-07 17:39:05 +02:00
parent d88770e09f
commit e27c967f81
4 changed files with 183 additions and 173 deletions

View file

@ -1,3 +1,5 @@
#![cfg_attr(test, feature(net, alloc))]
extern crate geom;
extern crate gfx;
extern crate net;