From a89ceeef015efd9e702752848a2ffe574baddc1f Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Wed, 4 Feb 2015 10:53:28 -0500 Subject: [PATCH] Add feature(test) for testing --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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;