diff options
| -rw-r--r-- | src/comp/back/rpath.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/comp/back/rpath.rs b/src/comp/back/rpath.rs index cb00fd08002..06c866fc926 100644 --- a/src/comp/back/rpath.rs +++ b/src/comp/back/rpath.rs @@ -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; |
