about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-07 19:53:34 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-13 20:14:57 +0200
commit1d75f78ea26f79b21f63cdc45bd3f711d0bd3f20 (patch)
tree12e1052c9a1d52d4cd0b2bbf6c0355f9b53b0af5
parent488614d2dd0f2e42281792a189f6e7d2bf55230d (diff)
downloadrust-1d75f78ea26f79b21f63cdc45bd3f711d0bd3f20.tar.gz
rust-1d75f78ea26f79b21f63cdc45bd3f711d0bd3f20.zip
Ignore cross compile check for `tests/run-make/doctests-keep-binaries-2024` test
-rw-r--r--tests/run-make/doctests-keep-binaries-2024/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/doctests-keep-binaries-2024/rmake.rs b/tests/run-make/doctests-keep-binaries-2024/rmake.rs
index c3e586fc105..3e8ffcbf244 100644
--- a/tests/run-make/doctests-keep-binaries-2024/rmake.rs
+++ b/tests/run-make/doctests-keep-binaries-2024/rmake.rs
@@ -1,6 +1,8 @@
 // Check that valid binaries are persisted by running them, regardless of whether the
 // --run or --no-run option is used.
 
+//@ ignore-cross-compile
+
 use std::path::Path;
 
 use run_make_support::{rfs, run, rustc, rustdoc};