move extra::test to libtest
This commit is contained in:
parent
0cc8ba0c20
commit
53b9d1a324
50 changed files with 176 additions and 137 deletions
|
@ -1734,10 +1734,11 @@ mod tests {
|
|||
|
||||
#[cfg(test)]
|
||||
mod bench {
|
||||
extern crate test;
|
||||
use self::test::BenchHarness;
|
||||
use num;
|
||||
use vec;
|
||||
use prelude::*;
|
||||
use extra::test::BenchHarness;
|
||||
|
||||
#[bench]
|
||||
fn bench_pow_function(b: &mut BenchHarness) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue