test(beta): enable testing on beta rustc

This commit is contained in:
Sean McArthur
2015-04-15 11:59:23 -07:00
parent f223312e3e
commit 55b37f0148
6 changed files with 17 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ pub use self::vary::Vary;
macro_rules! bench_header(
($name:ident, $ty:ty, $value:expr) => {
#[cfg(test)]
#[cfg(feature = "nightly")]
mod $name {
use test::Bencher;
use super::*;