Skip to content

Commit 021da5d

Browse files
committed
Fix review comment
1 parent 072547a commit 021da5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/test.rs

-4
Original file line numberDiff line numberDiff line change
@@ -2964,10 +2964,6 @@ impl Step for CodegenCranelift {
29642964
let host = run.build_triple();
29652965
let compiler = run.builder.compiler_for(run.builder.top_stage, host, host);
29662966

2967-
if builder.kind != Kind::Test {
2968-
return;
2969-
}
2970-
29712967
if builder.doc_tests == DocTests::Only {
29722968
return;
29732969
}

0 commit comments

Comments
 (0)