tests: cleanup tests/ui/process/process-exit.rs
- Remove unnecessary `#![allow(unused_imports)]`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
02c003b50e
commit
635a06b595
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
//@ run-pass
|
||||
#![allow(unused_imports)]
|
||||
//@ ignore-wasm32 no processes
|
||||
//@ ignore-sgx no processes
|
||||
//@ needs-subprocess
|
||||
|
||||
use std::env;
|
||||
use std::process::{self, Command, Stdio};
|
||||
use std::process::{self, Command};
|
||||
|
||||
fn main() {
|
||||
let args: Vec<String> = env::args().collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue