fix issue 54153 by ignoring issue-18804 test on windows/mac.

As a drive-by, add `-C no-prepopulate-passes` as suggested by nikic.
This commit is contained in:
Felix S. Klock II 2018-12-13 11:55:43 +01:00
parent ae3833db3b
commit 42167b94a3

View File

@ -14,9 +14,14 @@
// ignore-asmjs no weak symbol support
// ignore-emscripten no weak symbol support
// ignore-windows no extern_weak linkage
// ignore-macos no extern_weak linkage
// aux-build:lib.rs
// rust-lang/rust#56772: nikic says we need this to be proper test.
// compile-flags: -C no-prepopulate-passes
extern crate lib;
fn main() {