about summary refs log tree commit diff
path: root/tests/ui/process/try-wait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/process/try-wait.rs')
-rw-r--r--tests/ui/process/try-wait.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/ui/process/try-wait.rs b/tests/ui/process/try-wait.rs
index b6d026d802f..dcef43ad348 100644
--- a/tests/ui/process/try-wait.rs
+++ b/tests/ui/process/try-wait.rs
@@ -1,9 +1,5 @@
 //@ run-pass
-
-#![allow(stable_features)]
-//@ ignore-wasm32 no processes
-//@ ignore-sgx no processes
-#![feature(process_try_wait)]
+//@ needs-subprocess
 
 use std::env;
 use std::process::Command;