Skip to content

Commit b617aae

Browse files
committed
tests: cleanup tests/ui/process/process-panic-after-fork.rs
- Replace `ignore-windows` with `only-unix`. - Replace `ignore-*` with `needs-subprocess`.
1 parent a4a3aca commit b617aae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/process/process-panic-after-fork.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//@ run-pass
22
//@ no-prefer-dynamic
3-
//@ ignore-windows
4-
//@ ignore-wasm32 no processes
5-
//@ ignore-sgx no processes
3+
//@ only-unix
4+
//@ needs-subprocess
65
//@ ignore-fuchsia no fork
76

87
#![feature(rustc_private)]

0 commit comments

Comments
 (0)