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

Commit 54edf8c

Browse files
committed
[DO NOT MERGE] What happens if we don't ignore-cross-compile
1 parent 06779d5 commit 54edf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/codegen/empty-static-libs-issue-108825.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//@ build-pass
66
//@ error-pattern: note: native-static-libs:
77
//@ dont-check-compiler-stderr libcore links `/defaultlib:msvcrt` or `/defaultlib:libcmt` on MSVC
8-
//@ ignore-cross-compile doesn't produce any output on i686-unknown-linux-gnu for some reason?
8+
//-@ ignore-cross-compile doesn't produce any output on i686-unknown-linux-gnu for some reason?
99

1010
#![crate_type = "staticlib"]
1111
#![no_std]

0 commit comments

Comments
 (0)