Skip to content

Commit

Permalink
Auto merge of #9889 - ehuss:macos-strip, r=alexcrichton
Browse files Browse the repository at this point in the history
Enable strip test on macos.

This enables the `strip_works` test for macos, which was fixed a while ago in rust-lang/rust#82037.
  • Loading branch information
bors committed Sep 9, 2021
2 parents b9c2722 + 9b82a78 commit 4168727
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 4168727

Please sign in to comment.