Skip to content

Commit

Permalink
Update xcrate test to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 21, 2019
1 parent 171ba7f commit 0619303
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/xcrate.rs
@@ -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)] {
Expand Down

0 comments on commit 0619303

Please sign in to comment.