Skip to content

Commit 6fd2ac4

Browse files
committed
use shorter link and remove entries wrongly added in rebase
1 parent 4d22a0d commit 6fd2ac4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ run-make/dump-ice-to-disk/Makefile
1616
run-make/emit-to-stdout/Makefile
1717
run-make/export-executable-symbols/Makefile
1818
run-make/extern-diff-internal-name/Makefile
19-
run-make/extern-fn-explicit-align/Makefile
20-
run-make/extern-fn-generic/Makefile
21-
run-make/extern-fn-mangle/Makefile
2219
run-make/extern-fn-reachable/Makefile
2320
run-make/extern-multiple-copies/Makefile
2421
run-make/extern-multiple-copies2/Makefile

tests/run-make/extern-flag-disambiguates/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use run_make_support::{cwd, run, rustc};
1414
//
1515
// Note that A.1 and A.2 are crates with the same name.
1616

17-
// original Makefile at https://github.com/rust-lang/rust/commit/cc3c8bbfaf5af19caf3deb131a995a65ca4674f9#diff-23d3f6bcee0c974ae7c793ab6f87c454cffd1f5c9ec17ce86aaf2cf8bc6e5397
17+
// original Makefile at https://github.com/rust-lang/rust/issues/14469
1818

1919
fn main() {
2020
rustc().metadata("1").extra_filename("-1").input("a.rs").run();

0 commit comments

Comments
 (0)