diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-05-29 10:37:21 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-05-29 10:37:21 +0000 |
| commit | bb865cb83f835a746db13bc6d186f22464f80fb6 (patch) | |
| tree | fdbc6c8be74ba6cded4edb7fe52692f40cc0d4a1 | |
| parent | c0d600385bb96cc23d3de8615ee37c01abba6c8a (diff) | |
| download | rust-bb865cb83f835a746db13bc6d186f22464f80fb6.tar.gz rust-bb865cb83f835a746db13bc6d186f22464f80fb6.zip | |
remove unneeded extern crate in rmake test
| -rw-r--r-- | tests/run-make/rust-lld-by-default/rmake.rs | 2 |
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; |
