mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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:
commit
41687275e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user