Auto merge of #9889 - ehuss:macos-strip, r=alexcrichton

Enable strip test on macos.

This enables the `strip_works` test for macos, which was fixed a while ago in https://github.com/rust-lang/rust/pull/82037.
This commit is contained in:
bors 2021-09-09 15:03:39 +00:00
commit 41687275e9

View File

@ -470,8 +470,6 @@ fn thin_lto_works() {
} }
#[cargo_test] #[cargo_test]
// Strip doesn't work on macos.
#[cfg_attr(target_os = "macos", ignore)]
fn strip_works() { fn strip_works() {
if !is_nightly() { if !is_nightly() {
// -Zstrip is unstable // -Zstrip is unstable