diff --git a/tests/testsuite/profiles.rs b/tests/testsuite/profiles.rs index 2e09d5c7e69..d171ab528b8 100644 --- a/tests/testsuite/profiles.rs +++ b/tests/testsuite/profiles.rs @@ -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