Skip to content

Commit 02c003b

Browse files
committed
tests: cleanup tests/ui/process/issue-20091.rs
- Remove already stable feature gate and remove `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
1 parent 8322609 commit 02c003b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/ui/process/issue-20091.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//@ run-pass
2-
#![allow(stable_features)]
3-
//@ ignore-wasm32 no processes
4-
//@ ignore-sgx no processes
5-
6-
#![feature(os)]
2+
//@ needs-subprocess
73

84
#[cfg(unix)]
95
fn main() {

0 commit comments

Comments
 (0)