rustc: Stop exported back::rpath::test
Tests no longer need to be exported
This commit is contained in:
parent
51e6df689c
commit
b532812572
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ import metadata::cstore;
|
|||
import driver::session;
|
||||
import util::filesearch;
|
||||
|
||||
// FIXME #721: Despite the compiler warning, test does exist and needs
|
||||
// to be exported
|
||||
export get_rpath_flags, test;
|
||||
export get_rpath_flags;
|
||||
|
||||
fn get_rpath_flags(sess: session::session, out_filename: str) -> [str] {
|
||||
let os = sess.get_targ_cfg().os;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue