diff options
| author | Gabriel Smith <ga29smith@gmail.com> | 2018-07-25 07:51:32 -0400 |
|---|---|---|
| committer | Gabriel Smith <ga29smith@gmail.com> | 2018-07-25 07:51:32 -0400 |
| commit | be5b668a2e892c4c892986809b0a7d119980037a (patch) | |
| tree | 02cf8520e3b21207f180daec372f3206144baae0 | |
| parent | e58e7b045c7c66a11e2b451ea48e763f6685699e (diff) | |
| download | rust-be5b668a2e892c4c892986809b0a7d119980037a.tar.gz rust-be5b668a2e892c4c892986809b0a7d119980037a.zip | |
Place the ignore comments in the correct file for test issue-18804
Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
| -rw-r--r-- | src/test/run-pass/issue-18804/auxiliary/lib.rs | 3 | ||||
| -rw-r--r-- | src/test/run-pass/issue-18804/main.rs | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/run-pass/issue-18804/auxiliary/lib.rs b/src/test/run-pass/issue-18804/auxiliary/lib.rs index 43434766362..06d454b2c89 100644 --- a/src/test/run-pass/issue-18804/auxiliary/lib.rs +++ b/src/test/run-pass/issue-18804/auxiliary/lib.rs @@ -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)] diff --git a/src/test/run-pass/issue-18804/main.rs b/src/test/run-pass/issue-18804/main.rs index de7967e8d34..b5aa0520349 100644 --- a/src/test/run-pass/issue-18804/main.rs +++ b/src/test/run-pass/issue-18804/main.rs @@ -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; |
