diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-05 18:23:28 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-05 18:23:30 -0800 |
| commit | b53281257200dd96afa7df7b95e95fbca26a8754 (patch) | |
| tree | cd2ab1ef86891a3c0106606ae64ed1fa0f8a08db /src/comp | |
| parent | 51e6df689cf292e10e99bc011baae6d82a1d4b71 (diff) | |
rustc: Stop exported back::rpath::test
Tests no longer need to be exported
Diffstat (limited to 'src/comp')
| -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; |
