Skip to content

Commit 4168727

Browse files
committed
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 rust-lang/rust#82037.
2 parents b9c2722 + 9b82a78 commit 4168727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testsuite/profiles.rs

-2
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ fn thin_lto_works() {
470470
}
471471

472472
#[cargo_test]
473-
// Strip doesn't work on macos.
474-
#[cfg_attr(target_os = "macos", ignore)]
475473
fn strip_works() {
476474
if !is_nightly() {
477475
// -Zstrip is unstable

0 commit comments

Comments
 (0)