Skip to content

Commit

Permalink
Reenable test detecting the regression
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Jan 12, 2025
1 parent c34e0f9 commit c6eeade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ fn gnu_static() {
}

#[test]
// on macOS, cc/gcc is link to apple clang
#[cfg_attr(target_os = "macos", ignore)]
fn gnu_no_dash_dash() {
let test = Test::gnu();
test.gcc().file("foo.c").compile("foo");
Expand Down

0 comments on commit c6eeade

Please sign in to comment.