diff options
Diffstat (limited to 'tests/run-make/print-to-output/rmake.rs')
| -rw-r--r-- | tests/run-make/print-to-output/rmake.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/print-to-output/rmake.rs b/tests/run-make/print-to-output/rmake.rs index 8595a0c490b..f710d0dc3c9 100644 --- a/tests/run-make/print-to-output/rmake.rs +++ b/tests/run-make/print-to-output/rmake.rs @@ -1,8 +1,6 @@ //! This checks the output of some `--print` options when //! output to a file (instead of stdout) -extern crate run_make_support; - use std::ffi::OsString; use run_make_support::{rustc, target, tmp_dir};  | 
