Skip to content

Commit d485ebf

Browse files
committed
Fix two bootstrap tests
1 parent 02b8533 commit d485ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,7 @@ mod __test {
18561856
doc_tests: DocTests::No,
18571857
bless: false,
18581858
compare_mode: None,
1859+
rustfix_coverage: false,
18591860
};
18601861

18611862
let build = Build::new(config);
@@ -1897,6 +1898,7 @@ mod __test {
18971898
doc_tests: DocTests::No,
18981899
bless: false,
18991900
compare_mode: None,
1901+
rustfix_coverage: false,
19001902
};
19011903

19021904
let build = Build::new(config);

0 commit comments

Comments
 (0)