mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
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,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…
Reference in New Issue
Block a user