Fix cfg warnings in librustc_back

This commit is contained in:
Michael Gehring 2014-10-11 18:32:57 +02:00
parent 22cc5d5e62
commit 151aaaf46b

View File

@ -200,8 +200,7 @@ mod test {
}
#[test]
#[cfg(target_os = "linux")]
#[cfg(target_os = "android")]
#[cfg(any(target_os = "linux", target_os = "android"))]
fn test_rpath_relative() {
let config = &mut RPathConfig {
os: abi::OsLinux,