Skip to content

Commit 5f63f2d

Browse files
committed
tests: slightly cleanup tests/ui/command/command-pre-exec.rs
- Remove already stabilized feature gate and `#![allow(stable_features)]`. - Convert `ignore-windows` to `only-unix`. - Convert `ignore-*` to `needs-subprocess`.
1 parent c7f9c30 commit 5f63f2d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/ui/command/command-pre-exec.rs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//@ run-pass
2-
3-
#![allow(stable_features)]
4-
//@ ignore-windows - this is a unix-specific test
5-
//@ ignore-wasm32 no processes
6-
//@ ignore-sgx no processes
2+
//@ only-unix (this is a unix-specific test)
3+
//@ needs-subprocess
74
//@ ignore-fuchsia no execvp syscall
8-
#![feature(process_exec, rustc_private)]
5+
6+
#![feature(rustc_private)]
97

108
extern crate libc;
119

0 commit comments

Comments
 (0)