diff options
Diffstat (limited to 'src/librustc_back/rpath.rs')
| -rw-r--r-- | src/librustc_back/rpath.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_back/rpath.rs b/src/librustc_back/rpath.rs index 58073079d31..1daeb1cb223 100644 --- a/src/librustc_back/rpath.rs +++ b/src/librustc_back/rpath.rs @@ -171,7 +171,7 @@ fn minimize_rpaths(rpaths: &[String]) -> Vec<String> { } #[cfg(all(unix, test))] -mod test { +mod tests { use super::{RPathConfig}; use super::{minimize_rpaths, rpaths_to_flags, get_rpath_relative_to_output}; use std::path::{Path, PathBuf}; |
