Skip to content

Commit a4a3aca

Browse files
committed
tests: cleanup tests/ui/process/fds-are-cloexec.rs
- Replace `ignore-windows` with `only-unix`. - Replace `ignore-*` with `needs-subprocess`.
1 parent 635a06b commit a4a3aca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/process/fds-are-cloexec.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//@ run-pass
2-
//@ ignore-windows
2+
//@ only-unix
33
//@ ignore-android
4-
//@ ignore-wasm32 no processes
4+
//@ needs-subprocess
55
//@ ignore-haiku
6-
//@ ignore-sgx no processes
76

87
#![feature(rustc_private)]
98

0 commit comments

Comments
 (0)