diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2018-04-20 15:45:16 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2018-05-03 02:30:15 -0700 |
| commit | a21fb3f8da4f96632d4a8be98f1abe791b0b80d5 (patch) | |
| tree | e6917639413b56b628a3f7c26f78ea906b6b60bd /src/bootstrap/test.rs | |
| parent | ae149f11ec01acd61dda074224becaaf7101b116 (diff) | |
| download | rust-a21fb3f8da4f96632d4a8be98f1abe791b0b80d5.tar.gz rust-a21fb3f8da4f96632d4a8be98f1abe791b0b80d5.zip | |
Make run-make host_test!().
Diffstat (limited to 'src/bootstrap/test.rs')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 23b701af846..13390bf4110 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -832,7 +832,7 @@ test!(RunFailFullDepsPretty { host: true }); -default_test!(RunMake { +host_test!(RunMake { path: "src/test/run-make", mode: "run-make", suite: "run-make" |
