Ignore cross compile check for tests/run-make/doctests-keep-binaries-2024 test

This commit is contained in:
Guillaume Gomez 2024-08-07 19:53:34 +02:00
parent 488614d2dd
commit 1d75f78ea2

View File

@ -1,6 +1,8 @@
// Check that valid binaries are persisted by running them, regardless of whether the // Check that valid binaries are persisted by running them, regardless of whether the
// --run or --no-run option is used. // --run or --no-run option is used.
//@ ignore-cross-compile
use std::path::Path; use std::path::Path;
use run_make_support::{rfs, run, rustc, rustdoc}; use run_make_support::{rfs, run, rustc, rustdoc};