From 9b82a780f3c879784e49f2744da11452019251b6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 8 Sep 2021 20:12:35 -0700 Subject: [PATCH] Enable strip test on macos. --- tests/testsuite/profiles.rs | 2 -- 1 file changed, 2 deletions(-) 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