diff --git a/src/lib.rs b/src/lib.rs index 54f18ac..cb1a4f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;