Skip to content

Commit

Permalink
Ignore a-b-a-linker-guard during cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 1, 2025
1 parent 0034d6c commit 9d6ca5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/run-make/a-b-a-linker-guard/rmake.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// ignore-tidy-linelength
// Test that if we build `b` against a version of `a` that has
// one set of types, it will not run with a dylib that has a different set of types.

// Test that if we build `b` against a version of `a` that has one set of types, it will not run
// with a dylib that has a different set of types.
//@ ignore-cross-compile
// Reason: the compiled binary is executed

use run_make_support::{run, run_fail, rustc};

Expand Down

0 comments on commit 9d6ca5f

Please sign in to comment.