about summary refs log tree commit diff
path: root/tests/run-make/a-b-a-linker-guard/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/a-b-a-linker-guard/rmake.rs')
-rw-r--r--tests/run-make/a-b-a-linker-guard/rmake.rs7
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};