Enable strip test on macos.

This commit is contained in:
Eric Huss 2021-09-08 20:12:35 -07:00
parent e515c3277b
commit 9b82a780f3

View file

@ -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