Skip to content

Commit e58e7b0

Browse files
committed
Disable regression test for issue #18804 on Emscripten and Asmjs
The Emscripten compiler does not support weak symbols at the moment. Signed-off-by: Gabriel Smith <[email protected]>
1 parent 0bcbe91 commit e58e7b0

File tree

1 file changed

+3
-0
lines changed
  • src/test/run-pass/issue-18804/auxiliary

1 file changed

+3
-0
lines changed

src/test/run-pass/issue-18804/auxiliary/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-asmjs no weak symbol support
12+
// ignore-emscripten no weak symbol support
13+
1114
#![crate_type = "rlib"]
1215
#![feature(linkage)]
1316

0 commit comments

Comments
 (0)