about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-12-28 09:33:53 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2018-01-19 20:27:12 +0100
commitbd2e808180e13e6e8411392ba164215237eb144a (patch)
treeb161dc7119263bec6993b0f078f2c9894d3c34a5
parent2af0f0dddff59625a658a061b3befaed82bb90ea (diff)
downloadrust-bd2e808180e13e6e8411392ba164215237eb144a.tar.gz
rust-bd2e808180e13e6e8411392ba164215237eb144a.zip
Fix rustc_driver test.rs
-rw-r--r--src/librustc_driver/test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_driver/test.rs b/src/librustc_driver/test.rs
index 426cbc5da05..306e7e9c16d 100644
--- a/src/librustc_driver/test.rs
+++ b/src/librustc_driver/test.rs
@@ -28,7 +28,6 @@ use rustc_metadata::cstore::CStore;
 use rustc::hir::map as hir_map;
 use rustc::session::{self, config};
 use rustc::session::config::{OutputFilenames, OutputTypes};
-use rustc_trans_utils::trans_crate::TransCrate;
 use std::rc::Rc;
 use syntax::ast;
 use syntax::abi::Abi;