Skip to content

Commit

Permalink
remove unneeded extern crate in rmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed May 29, 2024
1 parent c0d6003 commit bb865cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run-make/rust-lld-by-default/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb865cb

Please sign in to comment.