Skip to content

Commit be5b668

Browse files
committed
Place the ignore comments in the correct file for test issue-18804
Signed-off-by: Gabriel Smith <[email protected]>
1 parent e58e7b0 commit be5b668

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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-
1411
#![crate_type = "rlib"]
1512
#![feature(linkage)]
1613

src/test/run-pass/issue-18804/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// Test for issue #18804, #[linkage] does not propagate thorugh generic
1212
// functions. Failure results in a linker error.
1313

14+
// ignore-asmjs no weak symbol support
15+
// ignore-emscripten no weak symbol support
16+
1417
// aux-build:lib.rs
1518

1619
extern crate lib;

0 commit comments

Comments
 (0)