Update xcrate test to 2018

This commit is contained in:
Alex Crichton 2019-06-21 09:47:58 -07:00
parent 171ba7ffa8
commit 0619303d24

View File

@ -1,7 +1,4 @@
#[macro_use]
extern crate cfg_if;
cfg_if! {
cfg_if::cfg_if! {
if #[cfg(foo)] {
fn works() -> bool { false }
} else if #[cfg(test)] {