Move link-self-contained-consistency test to a more reasonable location

This commit is contained in:
Jakub Beránek 2025-03-24 12:15:22 +01:00
parent 6af96f873a
commit 9ec11c246d
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
4 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ fn main() {
.input("main.rs"), .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")); 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 // While we're here, also check that the last linker feature flag "wins" when passed multiple