about summary refs log tree commit diff
path: root/tests/run-make/exit-code/rmake.rs
diff options
context:
space:
mode:
authorThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-06-26 04:07:46 +0000
committerThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-06-26 04:07:46 +0000
commitfdf44db88020c7dad46647aaa81ec05a295e96f2 (patch)
treeab8fc713b93940db4b05f29280f5af4ebd8a73e2 /tests/run-make/exit-code/rmake.rs
parent10c95375569c7ca90ddc5e0741fbed4498e02167 (diff)
parent6b824e8143c1dcacdbac3f14f01e2bbb85da8907 (diff)
Merge from rustc
Diffstat (limited to 'tests/run-make/exit-code/rmake.rs')
-rw-r--r--tests/run-make/exit-code/rmake.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-make/exit-code/rmake.rs b/tests/run-make/exit-code/rmake.rs
index 5fdf920b55a..21dea06a55a 100644
--- a/tests/run-make/exit-code/rmake.rs
+++ b/tests/run-make/exit-code/rmake.rs
@@ -1,5 +1,5 @@
-//@ needs-target-std
-//
+//@ ignore-cross-compile
+
 // Test that we exit with the correct exit code for successful / unsuccessful / ICE compilations
 
 use run_make_support::{rustc, rustdoc};