about summary refs log tree commit diff
path: root/tests/run-make/json-error-no-offset/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/json-error-no-offset/rmake.rs')
-rw-r--r--tests/run-make/json-error-no-offset/rmake.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-make/json-error-no-offset/rmake.rs b/tests/run-make/json-error-no-offset/rmake.rs
index 3f45778ca04..296d968540a 100644
--- a/tests/run-make/json-error-no-offset/rmake.rs
+++ b/tests/run-make/json-error-no-offset/rmake.rs
@@ -1,5 +1,5 @@
-//@ needs-target-std
-//
+//@ ignore-cross-compile
+
 // The byte positions in json format error logging used to have a small, difficult
 // to predict offset. This was changed to be the top of the file every time in #42973,
 // and this test checks that the measurements appearing in the standard error are correct.