Skip to content

Commit

Permalink
Ignore cross compile check for `tests/run-make/doctests-keep-binaries…
Browse files Browse the repository at this point in the history
…-2024` test
  • Loading branch information
GuillaumeGomez committed Aug 7, 2024
1 parent 1a256bf commit fcaa14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-make/doctests-keep-binaries-2024/rmake.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit fcaa14e

Please sign in to comment.