Skip to content

Commit 9d6ca5f

Browse files
committed
Ignore a-b-a-linker-guard during cross-compilation
1 parent 0034d6c commit 9d6ca5f

File tree

1 file changed

+4
-3
lines changed
  • tests/run-make/a-b-a-linker-guard

1 file changed

+4
-3
lines changed

Diff for: tests/run-make/a-b-a-linker-guard/rmake.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
// ignore-tidy-linelength
1+
// Test that if we build `b` against a version of `a` that has
2+
// one set of types, it will not run with a dylib that has a different set of types.
23

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

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

0 commit comments

Comments
 (0)