about summary refs log tree commit diff
path: root/tests/ui/process/process-spawn-nonexistent.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-23 16:36:54 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-23 20:51:29 +0800
commit8a0310a0b131cfc24b931cd537b400525727cf6c (patch)
treeafeabbb04c8aa15d3c7950272e4e146824d3702c /tests/ui/process/process-spawn-nonexistent.rs
parenta11227b916219599c761ab008c431075f77b9a5e (diff)
downloadrust-8a0310a0b131cfc24b931cd537b400525727cf6c.tar.gz
rust-8a0310a0b131cfc24b931cd537b400525727cf6c.zip
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
Diffstat (limited to 'tests/ui/process/process-spawn-nonexistent.rs')
-rw-r--r--tests/ui/process/process-spawn-nonexistent.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/process/process-spawn-nonexistent.rs b/tests/ui/process/process-spawn-nonexistent.rs
index 1cd32866299..3db670624fb 100644
--- a/tests/ui/process/process-spawn-nonexistent.rs
+++ b/tests/ui/process/process-spawn-nonexistent.rs
@@ -1,6 +1,5 @@
 //@ run-pass
-//@ ignore-wasm32 no processes
-//@ ignore-sgx no processes
+//@ needs-subprocess
 //@ ignore-fuchsia ErrorKind not translated
 
 use std::io::ErrorKind;