Skip to content

Commit

Permalink
Change run-make ignore message
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 13, 2017
1 parent bf0eb6a commit 1c28cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/check.rs
Expand Up @@ -650,7 +650,7 @@ impl Step for Compiletest {
}
}
if suite == "run-make" && !build.config.llvm_enabled {
println!("Ignoring run-make test suite");
println!("Ignoring run-make test suite as they generally dont work without LLVM");
return;
}

Expand Down

0 comments on commit 1c28cf5

Please sign in to comment.