Skip to content

Commit

Permalink
Fix cfg warnings in librustc_back
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfe committed Oct 11, 2014
1 parent 22cc5d5 commit 151aaaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc_back/rpath.rs
Expand Up @@ -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,
Expand Down

1 comment on commit 151aaaf

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=sfackler

Please sign in to comment.