Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 31f8e48

Browse files
committed
tests: fix native-link-modifier-verbatim-linker
1 parent b977482 commit 31f8e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/native-link-modifier-verbatim-linker/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This test is the same as native-link-modifier-rustc, but without rlibs.
44
// See https://github.com/rust-lang/rust/issues/99425
55

6-
//@ ignore-cross-compile (needs to run fake linker)
6+
//@ ignore-cross-compile (verbatim linking can fail due to `.ext` e.g. against `wasm32-wasip1`)
77
//@ ignore-apple
88
// Reason: linking fails due to the unusual ".ext" staticlib name.
99

0 commit comments

Comments
 (0)