Make tests/units/* compile without warnings in non-test mode

(if not usefully)
This commit is contained in:
Simon Sapin 2017-11-30 16:49:57 +01:00
parent 9d898cd460
commit 2a5c4133f9
7 changed files with 29 additions and 24 deletions

View file

@ -2,10 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![cfg(test)]
extern crate ipc_channel;
extern crate profile;
extern crate profile_traits;
extern crate servo_allocator;
#[cfg(test)]
mod time;