Fix two bootstrap tests

This commit is contained in:
Philipp Hansch 2019-03-25 06:57:32 +01:00
parent 02b8533ac8
commit d485ebfc21
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -1856,6 +1856,7 @@ mod __test {
doc_tests: DocTests::No,
bless: false,
compare_mode: None,
rustfix_coverage: false,
};
let build = Build::new(config);
@ -1897,6 +1898,7 @@ mod __test {
doc_tests: DocTests::No,
bless: false,
compare_mode: None,
rustfix_coverage: false,
};
let build = Build::new(config);