Skip to content

Commit 9ec11c2

Browse files
committed
Move link-self-contained-consistency test to a more reasonable location
1 parent 6af96f8 commit 9ec11c2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

tests/run-make/rust-lld/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818
.input("main.rs"),
1919
);
2020

21-
// It should not be used when we explicitly opt-out of lld.
21+
// It should not be used when we explicitly opt out of lld.
2222
assert_rustc_doesnt_use_lld(rustc().arg("-Zlinker-features=-lld").input("main.rs"));
2323

2424
// While we're here, also check that the last linker feature flag "wins" when passed multiple

0 commit comments

Comments
 (0)