Skip to content

Commit fcaa14e

Browse files
Ignore cross compile check for tests/run-make/doctests-keep-binaries-2024 test
1 parent 1a256bf commit fcaa14e

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/doctests-keep-binaries-2024

1 file changed

+2
-0
lines changed

tests/run-make/doctests-keep-binaries-2024/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Check that valid binaries are persisted by running them, regardless of whether the
22
// --run or --no-run option is used.
33

4+
//@ ignore-cross-compile
5+
46
use std::path::Path;
57

68
use run_make_support::{rfs, run, rustc, rustdoc};

0 commit comments

Comments
 (0)