Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 26, 2023
1 parent 072547a commit 021da5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2964,10 +2964,6 @@ impl Step for CodegenCranelift {
let host = run.build_triple();
let compiler = run.builder.compiler_for(run.builder.top_stage, host, host);

if builder.kind != Kind::Test {
return;
}

if builder.doc_tests == DocTests::Only {
return;
}
Expand Down

0 comments on commit 021da5d

Please sign in to comment.