Skip to content

Commit

Permalink
use shorter link and remove entries wrongly added in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Jul 23, 2024
1 parent 4d22a0d commit 6fd2ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ run-make/dump-ice-to-disk/Makefile
run-make/emit-to-stdout/Makefile
run-make/export-executable-symbols/Makefile
run-make/extern-diff-internal-name/Makefile
run-make/extern-fn-explicit-align/Makefile
run-make/extern-fn-generic/Makefile
run-make/extern-fn-mangle/Makefile
run-make/extern-fn-reachable/Makefile
run-make/extern-multiple-copies/Makefile
run-make/extern-multiple-copies2/Makefile
Expand Down
2 changes: 1 addition & 1 deletion tests/run-make/extern-flag-disambiguates/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use run_make_support::{cwd, run, rustc};
//
// Note that A.1 and A.2 are crates with the same name.

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

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

0 comments on commit 6fd2ac4

Please sign in to comment.