diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-23 16:02:41 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-23 20:51:29 +0800 |
| commit | 02c003b50e18831636f851a4602f686db20fbd1e (patch) | |
| tree | 0470f78c5046ee7aa4df3134788edb1b1070235a | |
| parent | 83226094e72f7ad9f0521913e711da439c323fe7 (diff) | |
| download | rust-02c003b50e18831636f851a4602f686db20fbd1e.tar.gz rust-02c003b50e18831636f851a4602f686db20fbd1e.zip | |
tests: cleanup `tests/ui/process/issue-20091.rs`
- Remove already stable feature gate and remove `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
| -rw-r--r-- | tests/ui/process/issue-20091.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/ui/process/issue-20091.rs b/tests/ui/process/issue-20091.rs index b6d94661b75..72bf4c0e71e 100644 --- a/tests/ui/process/issue-20091.rs +++ b/tests/ui/process/issue-20091.rs @@ -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() { |
