about summary refs log tree commit diff
path: root/tests/run-make/staticlib-broken-bitcode/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/staticlib-broken-bitcode/rmake.rs')
-rw-r--r--tests/run-make/staticlib-broken-bitcode/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/staticlib-broken-bitcode/rmake.rs b/tests/run-make/staticlib-broken-bitcode/rmake.rs
index 17d17c1f0f5..ab406d32176 100644
--- a/tests/run-make/staticlib-broken-bitcode/rmake.rs
+++ b/tests/run-make/staticlib-broken-bitcode/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // Regression test for https://github.com/rust-lang/rust/issues/128955#issuecomment-2657811196
 // which checks that rustc can read an archive containing LLVM bitcode with a
 // newer version from the one rustc links against.