fix #[cfg(test)] warnings

This commit is contained in:
Jorge Aparicio 2015-01-26 22:56:50 -05:00
parent 92ff8ea528
commit 57dd4ea78d
7 changed files with 5 additions and 11 deletions

View file

@ -151,7 +151,6 @@ fn minimize_rpaths(rpaths: &[String]) -> Vec<String> {
mod test {
use super::{RPathConfig};
use super::{minimize_rpaths, rpaths_to_flags, get_rpath_relative_to_output};
use syntax::abi;
#[test]
fn test_rpaths_to_flags() {