Skip to content

Commit b532812

Browse files
committed
rustc: Stop exported back::rpath::test
Tests no longer need to be exported
1 parent 51e6df6 commit b532812

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/comp/back/rpath.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import metadata::cstore;
99
import driver::session;
1010
import util::filesearch;
1111

12-
// FIXME #721: Despite the compiler warning, test does exist and needs
13-
// to be exported
14-
export get_rpath_flags, test;
12+
export get_rpath_flags;
1513

1614
fn get_rpath_flags(sess: session::session, out_filename: str) -> [str] {
1715
let os = sess.get_targ_cfg().os;

0 commit comments

Comments
 (0)