Skip to content

Commit

Permalink
Disable regression test for issue #18804 on Emscripten and Asmjs
Browse files Browse the repository at this point in the history
The Emscripten compiler does not support weak symbols at the moment.

Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
  • Loading branch information
yodaldevoid committed Jul 25, 2018
1 parent 0bcbe91 commit e58e7b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/run-pass/issue-18804/auxiliary/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-asmjs no weak symbol support
// ignore-emscripten no weak symbol support

#![crate_type = "rlib"]
#![feature(linkage)]

Expand Down

0 comments on commit e58e7b0

Please sign in to comment.