Skip to content

Commit

Permalink
Auto merge of #43907 - euclio:command, r=alexcrichton
Browse files Browse the repository at this point in the history
Use std::process::Command throughout compile-test

Resubmission of #43798.

Fixes #43762.

r? @alexcrichton
  • Loading branch information
bors committed Aug 24, 2017
2 parents a12e4f8 + 91bfe3f commit a125ec9
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 451 deletions.
1 change: 0 additions & 1 deletion src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use util::logv;

use self::header::EarlyProps;

pub mod procsrv;
pub mod util;
mod json;
pub mod header;
Expand Down
134 changes: 0 additions & 134 deletions src/tools/compiletest/src/procsrv.rs

This file was deleted.

Loading

0 comments on commit a125ec9

Please sign in to comment.