From efaf3eb8a06f2ad55334af6166d324fd79d8c25f Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Thu, 12 Jun 2025 15:06:12 +0200 Subject: ignore `run-make` tests that need `std` on `no_std` targets In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` --- tests/run-make/exit-code/rmake.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/run-make/exit-code') diff --git a/tests/run-make/exit-code/rmake.rs b/tests/run-make/exit-code/rmake.rs index d3dcc04428c..5fdf920b55a 100644 --- a/tests/run-make/exit-code/rmake.rs +++ b/tests/run-make/exit-code/rmake.rs @@ -1,3 +1,5 @@ +//@ needs-target-std +// // Test that we exit with the correct exit code for successful / unsuccessful / ICE compilations use run_make_support::{rustc, rustdoc}; -- cgit 1.4.1-3-g733a5