about summary refs log tree commit diff
path: root/tests/run-make/exit-code/rmake.rs
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-06-26 06:36:49 +0200
committerGitHub <noreply@github.com>2025-06-26 06:36:49 +0200
commitfe2fd8a2d3fce02b07c7a15072812d86092dcbaf (patch)
treeab8fc713b93940db4b05f29280f5af4ebd8a73e2 /tests/run-make/exit-code/rmake.rs
parent6ad42bf4e7ab81ec3d66a5e47dfe01dc51603c0b (diff)
parentfdf44db88020c7dad46647aaa81ec05a295e96f2 (diff)
Merge pull request #2479 from rust-lang/rustc-pull
Rustc pull update
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};