about summary refs log tree commit diff
path: root/tests/ui/process/process-spawn-with-unicode-params.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/process/process-spawn-with-unicode-params.rs')
-rw-r--r--tests/ui/process/process-spawn-with-unicode-params.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/process/process-spawn-with-unicode-params.rs b/tests/ui/process/process-spawn-with-unicode-params.rs
index 4d2ba49eeac..65f835c1345 100644
--- a/tests/ui/process/process-spawn-with-unicode-params.rs
+++ b/tests/ui/process/process-spawn-with-unicode-params.rs
@@ -7,8 +7,7 @@
 // non-ASCII characters.  The child process ensures all the strings are
 // intact.
 
-//@ ignore-wasm32 no processes
-//@ ignore-sgx no processes
+//@ needs-subprocess
 //@ ignore-fuchsia Filesystem manipulation privileged
 
 use std::io::prelude::*;