]> git.proxmox.com Git - cargo.git/commitdiff
Enable strip test on macos.
authorEric Huss <eric@huss.org>
Thu, 9 Sep 2021 03:12:35 +0000 (20:12 -0700)
committerEric Huss <eric@huss.org>
Thu, 9 Sep 2021 03:12:35 +0000 (20:12 -0700)
tests/testsuite/profiles.rs

index 2e09d5c7e6904baf911748639ce536b086f49121..d171ab528b8073b470eb59adcc6b18714ab30288 100644 (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