Don't include benchmarking stuff for now.
This commit is contained in:
parent
02eb93d5d2
commit
1e5d4b40e7
@ -1,5 +1,5 @@
|
|||||||
#![feature(box_syntax)]
|
#![feature(box_syntax)]
|
||||||
#![cfg_attr(test, feature(test))]
|
//#![cfg_attr(test, feature(test))]
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
||||||
mod arith;
|
mod arith;
|
||||||
@ -33,9 +33,9 @@ pub fn test() {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
extern crate test;
|
//extern crate test;
|
||||||
use super::{init, FieldT};
|
use super::{init, FieldT};
|
||||||
use self::test::Bencher;
|
//use self::test::Bencher;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_one() {
|
fn test_one() {
|
||||||
|
Loading…
Reference in New Issue
Block a user