Skip to content

Commit

Permalink
Rollup merge of rust-lang#56772 - pnkfelix:issue-54153-linkage-someti…
Browse files Browse the repository at this point in the history
…mes-requires-optimizations, r=nikic

fix issue 54153 by not testing issue-18804 on Windows nor OS X.

Fix rust-lang#54153
  • Loading branch information
kennytm committed Dec 14, 2018
2 parents 0362ccd + 42167b9 commit 3ef52eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-pass/issues/issue-18804/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3ef52eb

Please sign in to comment.