From a2a2f30415ffdcfad86cd5f9948e7cfc415164c4 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Mon, 25 Mar 2024 06:21:42 +0100 Subject: [PATCH] test-aux-bin.rs: Clarify that it is aux-bin that blocks cross-compile run-pass --- tests/ui/compiletest-self-test/test-aux-bin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/compiletest-self-test/test-aux-bin.rs b/tests/ui/compiletest-self-test/test-aux-bin.rs index 9e01e3ffabff..c1c28e12b3b5 100644 --- a/tests/ui/compiletest-self-test/test-aux-bin.rs +++ b/tests/ui/compiletest-self-test/test-aux-bin.rs @@ -1,4 +1,4 @@ -//@ ignore-cross-compile because we run the compiled code +//@ ignore-cross-compile because aux-bin does not yet support it //@ aux-bin: print-it-works.rs //@ run-pass