tests: cleanup tests/ui/process/core-run-destroy.rs
- Remove redundant `#![allow(stable_features)]`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
bfc553eb53
commit
2632fdc298
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
//@ run-pass
|
||||
|
||||
#![allow(unused_must_use)]
|
||||
#![allow(stable_features)]
|
||||
#![allow(deprecated)]
|
||||
#![allow(unused_imports)]
|
||||
|
||||
//@ compile-flags:--test
|
||||
//@ ignore-wasm32 no processes
|
||||
//@ ignore-sgx no processes
|
||||
//@ needs-subprocess
|
||||
//@ ignore-vxworks no 'cat' and 'sleep'
|
||||
//@ ignore-fuchsia no 'cat'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue