Skip to content

Commit

Permalink
Place the ignore comments in the correct file for test issue-18804
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
  • Loading branch information
yodaldevoid committed Jul 25, 2018
1 parent e58e7b0 commit be5b668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/run-pass/issue-18804/auxiliary/lib.rs
Expand Up @@ -8,9 +8,6 @@
// 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
3 changes: 3 additions & 0 deletions src/test/run-pass/issue-18804/main.rs
Expand Up @@ -11,6 +11,9 @@
// Test for issue #18804, #[linkage] does not propagate thorugh generic
// functions. Failure results in a linker error.

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

// aux-build:lib.rs

extern crate lib;
Expand Down

0 comments on commit be5b668

Please sign in to comment.