Add feature(test) for testing

This commit is contained in:
John Gallagher 2015-02-04 10:53:28 -05:00
parent 0f349ab019
commit a89ceeef01

View File

@ -49,6 +49,7 @@
//! }
//! ```
#![feature(unsafe_destructor, core, std_misc, libc, rustc_private, collections, hash)]
#![cfg_attr(test, feature(test))]
extern crate libc;
#[macro_use] extern crate rustc_bitflags;