mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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,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…
Reference in New Issue
Block a user