mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Ignore a-b-a-linker-guard during cross-compilation
This commit is contained in:
parent
0034d6c928
commit
9d6ca5f286
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user