Don't include benchmarking stuff for now.

This commit is contained in:
Sean Bowe 2015-12-25 00:39:44 -07:00
parent 02eb93d5d2
commit 1e5d4b40e7
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#![feature(box_syntax)]
#![cfg_attr(test, feature(test))]
//#![cfg_attr(test, feature(test))]
extern crate libc;
mod arith;
@ -33,9 +33,9 @@ pub fn test() {
#[cfg(test)]
mod tests {
extern crate test;
//extern crate test;
use super::{init, FieldT};
use self::test::Bencher;
//use self::test::Bencher;
#[test]
fn test_one() {