Skip to content

Commit

Permalink
Enable strip test on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 9, 2021
1 parent e515c32 commit 9b82a78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testsuite/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,6 @@ fn thin_lto_works() {
}

#[cargo_test]
// Strip doesn't work on macos.
#[cfg_attr(target_os = "macos", ignore)]
fn strip_works() {
if !is_nightly() {
// -Zstrip is unstable
Expand Down

0 comments on commit 9b82a78

Please sign in to comment.