tests: cleanup tests/ui/process/process-panic-after-fork.rs
- Replace `ignore-windows` with `only-unix`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
a4a3acace6
commit
b617aae20e
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
//@ run-pass
|
//@ run-pass
|
||||||
//@ no-prefer-dynamic
|
//@ no-prefer-dynamic
|
||||||
//@ ignore-windows
|
//@ only-unix
|
||||||
//@ ignore-wasm32 no processes
|
//@ needs-subprocess
|
||||||
//@ ignore-sgx no processes
|
|
||||||
//@ ignore-fuchsia no fork
|
//@ ignore-fuchsia no fork
|
||||||
|
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue