Move link-self-contained-consistency
test to a more reasonable location
This commit is contained in:
parent
6af96f873a
commit
9ec11c246d
4 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fn main() {
|
|||
.input("main.rs"),
|
||||
);
|
||||
|
||||
// It should not be used when we explicitly opt-out of lld.
|
||||
// It should not be used when we explicitly opt out of lld.
|
||||
assert_rustc_doesnt_use_lld(rustc().arg("-Zlinker-features=-lld").input("main.rs"));
|
||||
|
||||
// While we're here, also check that the last linker feature flag "wins" when passed multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue