1
Fork 0

rustc: Stop exported back::rpath::test

Tests no longer need to be exported
This commit is contained in:
Brian Anderson 2012-01-05 18:23:28 -08:00
parent 51e6df689c
commit b532812572

View file

@ -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;