about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-05-29 20:12:35 +0200
committerGitHub <noreply@github.com>2024-05-29 20:12:35 +0200
commite4ec56a796c71417579319442701dd16bba75d91 (patch)
tree7d69915bad2155fc17349b801540ccc9c2d8d6bb
parenta6a819c128e971f1dfd78055a3ba77b699096e53 (diff)
parentbb865cb83f835a746db13bc6d186f22464f80fb6 (diff)
downloadrust-e4ec56a796c71417579319442701dd16bba75d91.tar.gz
rust-e4ec56a796c71417579319442701dd16bba75d91.zip
Rollup merge of #125715 - lqd:rmake-cleanup, r=jieyouxu
remove unneeded extern crate in rmake test

Cleanup requested in https://github.com/rust-lang/rust/pull/125493#discussion_r1618644630

r? jieyouxu
``@bors`` rollup=always
-rw-r--r--tests/run-make/rust-lld-by-default/rmake.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/rust-lld-by-default/rmake.rs b/tests/run-make/rust-lld-by-default/rmake.rs
index 876968727f3..6a8dae1043e 100644
--- a/tests/run-make/rust-lld-by-default/rmake.rs
+++ b/tests/run-make/rust-lld-by-default/rmake.rs
@@ -4,8 +4,6 @@
 //@ needs-rust-lld
 //@ only-x86_64-unknown-linux-gnu
 
-extern crate run_make_support;
-
 use run_make_support::regex::Regex;
 use run_make_support::rustc;
 use std::process::Output;