tests: cleanup tests/ui/process/issue-20091.rs
- Remove already stable feature gate and remove `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
83226094e7
commit
02c003b50e
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(os)]
|
||||
//@ needs-subprocess
|
||||
|
||||
#[cfg(unix)]
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue