mirror of https://github.com/rust-lang/rust.git
remove unneeded extern crate in rmake test
This commit is contained in:
parent
c0d600385b
commit
bb865cb83f
|
@ -4,8 +4,6 @@
|
||||||
//@ needs-rust-lld
|
//@ needs-rust-lld
|
||||||
//@ only-x86_64-unknown-linux-gnu
|
//@ only-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
extern crate run_make_support;
|
|
||||||
|
|
||||||
use run_make_support::regex::Regex;
|
use run_make_support::regex::Regex;
|
||||||
use run_make_support::rustc;
|
use run_make_support::rustc;
|
||||||
use std::process::Output;
|
use std::process::Output;
|
||||||
|
|
Loading…
Reference in New Issue