Skip to content

Commit a125ec9

Browse files
committed
Auto merge of #43907 - euclio:command, r=alexcrichton
Use std::process::Command throughout compile-test Resubmission of #43798. Fixes #43762. r? @alexcrichton
2 parents a12e4f8 + 91bfe3f commit a125ec9

File tree

3 files changed

+240
-451
lines changed

3 files changed

+240
-451
lines changed

src/tools/compiletest/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ use util::logv;
3939

4040
use self::header::EarlyProps;
4141

42-
pub mod procsrv;
4342
pub mod util;
4443
mod json;
4544
pub mod header;

src/tools/compiletest/src/procsrv.rs

-134
This file was deleted.

0 commit comments

Comments
 (0)