Enable std and std macros during test builds.

This commit is contained in:
Isis Lovecruft 2017-02-22 03:07:57 +00:00
parent f168e6c70a
commit ff28cacd13
Failed to extract signature

View file

@ -32,6 +32,10 @@
//! hatred of the Daleks. Rusty destroys the other Daleks and departs the
//! ship, determined to track down and bring an end to the Dalek race.
#[cfg(test)]
#[macro_use]
extern crate std;
#[cfg(test)]
extern crate test;