Skip to content

Commit 2632fdc

Browse files
committed
tests: cleanup tests/ui/process/core-run-destroy.rs
- Remove redundant `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
1 parent bfc553e commit 2632fdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/process/core-run-destroy.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
//@ run-pass
22

33
#![allow(unused_must_use)]
4-
#![allow(stable_features)]
54
#![allow(deprecated)]
65
#![allow(unused_imports)]
6+
77
//@ compile-flags:--test
8-
//@ ignore-wasm32 no processes
9-
//@ ignore-sgx no processes
8+
//@ needs-subprocess
109
//@ ignore-vxworks no 'cat' and 'sleep'
1110
//@ ignore-fuchsia no 'cat'
1211

0 commit comments

Comments
 (0)