Skip to content

Commit 7eaa6ec

Browse files
committed
tests: cleanup tests/ui/process/try-wait.rs
- Remove already stable feature gate and remove `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
1 parent c7c1e4d commit 7eaa6ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/ui/process/try-wait.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//@ run-pass
2-
3-
#![allow(stable_features)]
4-
//@ ignore-wasm32 no processes
5-
//@ ignore-sgx no processes
6-
#![feature(process_try_wait)]
2+
//@ needs-subprocess
73

84
use std::env;
95
use std::process::Command;

0 commit comments

Comments
 (0)