1
Fork 0

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:
许杰友 Jieyou Xu (Joe) 2025-01-23 16:13:09 +08:00
parent c7c1e4d655
commit 7eaa6ec8f7

View file

@ -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;