about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-04-20 15:45:16 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-05-03 02:30:15 -0700
commita21fb3f8da4f96632d4a8be98f1abe791b0b80d5 (patch)
treee6917639413b56b628a3f7c26f78ea906b6b60bd /src/bootstrap/test.rs
parentae149f11ec01acd61dda074224becaaf7101b116 (diff)
downloadrust-a21fb3f8da4f96632d4a8be98f1abe791b0b80d5.tar.gz
rust-a21fb3f8da4f96632d4a8be98f1abe791b0b80d5.zip
Make run-make host_test!().
Diffstat (limited to 'src/bootstrap/test.rs')
-rw-r--r--src/bootstrap/test.rs2
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"