diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-25 11:10:59 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-03-01 22:11:14 +0100 |
| commit | 9d6ca5f286dac25ac168aa77709f5a0cbd40d30b (patch) | |
| tree | 968a8e3ea09f03328a175283c7fb678dc5fa58dc | |
| parent | 0034d6c928803076225867c6fea19a3e2c8e9f26 (diff) | |
| download | rust-9d6ca5f286dac25ac168aa77709f5a0cbd40d30b.tar.gz rust-9d6ca5f286dac25ac168aa77709f5a0cbd40d30b.zip | |
Ignore a-b-a-linker-guard during cross-compilation
| -rw-r--r-- | tests/run-make/a-b-a-linker-guard/rmake.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/run-make/a-b-a-linker-guard/rmake.rs b/tests/run-make/a-b-a-linker-guard/rmake.rs index ee6d655bc76..4428685a6cf 100644 --- a/tests/run-make/a-b-a-linker-guard/rmake.rs +++ b/tests/run-make/a-b-a-linker-guard/rmake.rs @@ -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}; |
