fix #[cfg(test)] warnings

This commit is contained in:
Jorge Aparicio
2015-01-26 22:56:50 -05:00
parent 92ff8ea528
commit 57dd4ea78d
7 changed files with 5 additions and 11 deletions

View File

@@ -1118,9 +1118,8 @@ pub mod bench {
mod tests {
use test::{TrFailed, TrIgnored, TrOk, filter_tests, parse_opts,
TestDesc, TestDescAndFn, TestOpts, run_test,
Metric, MetricMap,
MetricMap,
StaticTestName, DynTestName, DynTestFn, ShouldFail};
use std::old_io::TempDir;
use std::thunk::Thunk;
use std::sync::mpsc::channel;