mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
process: Fix a test on Windows
This commit is contained in:
parent
413e1b78a7
commit
f4f7bb232e
@ -48,5 +48,5 @@ fn simple() {
|
||||
let status = lp.run(&mut child).unwrap();
|
||||
assert_eq!(status.code(), Some(2));
|
||||
assert_eq!(child.id(), id);
|
||||
assert!(child.kill().is_ok());
|
||||
drop(child.kill());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user