about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-make-fulldeps/issue-64153/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/issue-64153/Makefile b/src/test/run-make-fulldeps/issue-64153/Makefile
index 5ad62a9a01c..9c0c3fe6e01 100644
--- a/src/test/run-make-fulldeps/issue-64153/Makefile
+++ b/src/test/run-make-fulldeps/issue-64153/Makefile
@@ -1,5 +1,9 @@
 -include ../tools.mk
 
+# `llvm-objdump`'s output looks different on windows than on other platforms.
+# It should be enough to check on Unix platforms, so:
+# ignore-windows
+
 # Staticlibs don't include Rust object files from upstream crates if the same
 # code was already pulled into the lib via LTO. However, the bug described in
 # https://github.com/rust-lang/rust/issues/64153 lead to this exclusion not