Skip to content

Commit

Permalink
Unrolled build for rust-lang#137794
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#137794 - tshepang:make-qnx-pass, r=pietroalbini

make qnx pass a test

[tests/ui/attributes/used_with_archive.rs](https://github.com/rust-lang/rust/blob/b2024300840c3ef94a97273531bdb37d56d50fb5/tests/ui/attributes/used_with_archive.rs) fails when executed for QNX targets, because its stdout does not match [this content](https://github.com/rust-lang/rust/blob/b2024300840c3ef94a97273531bdb37d56d50fb5/tests/ui/attributes/used_with_archive.run.stdout)
  • Loading branch information
rust-timer authored Mar 3, 2025
2 parents d491662 + f8091c4 commit 7bfcb21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@

#[cfg_attr(
any(
target_os = "linux",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
target_os = "illumos",
target_os = "linux",
target_os = "netbsd",
target_os = "nto",
target_os = "openbsd",
target_os = "dragonfly",
target_os = "illumos",
target_os = "haiku"
),
link_section = ".init_array"
)]
Expand Down

0 comments on commit 7bfcb21

Please sign in to comment.