tests: cleanup tests/ui/process/try-wait.rs
- Remove already stable feature gate and remove `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
c7c1e4d655
commit
7eaa6ec8f7
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue