1
Fork 0

move extra::test to libtest

This commit is contained in:
Liigo Zhuang 2014-02-14 09:49:11 +08:00
parent 0cc8ba0c20
commit 53b9d1a324
50 changed files with 176 additions and 137 deletions

View file

@ -23,6 +23,7 @@ extern crate serialize;
extern crate sync;
extern crate getopts;
extern crate collections;
extern crate testing = "test";
use std::local_data;
use std::io;