]> git.lizzy.rs Git - rust.git/commitdiff
rustc: Stop exported back::rpath::test
authorBrian Anderson <banderson@mozilla.com>
Fri, 6 Jan 2012 02:23:28 +0000 (18:23 -0800)
committerBrian Anderson <banderson@mozilla.com>
Fri, 6 Jan 2012 02:23:30 +0000 (18:23 -0800)
Tests no longer need to be exported

src/comp/back/rpath.rs

index cb00fd080027ac76ead3279ef069b556e52ddf4b..06c866fc926c9f3c3b8fe0b6aa09858fb5ddc4ff 100644 (file)
@@ -9,9 +9,7 @@
 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;