]> git.lizzy.rs Git - rust.git/commitdiff
Fix two bootstrap tests
authorPhilipp Hansch <dev@phansch.net>
Mon, 25 Mar 2019 05:57:32 +0000 (06:57 +0100)
committerPhilipp Hansch <dev@phansch.net>
Mon, 25 Mar 2019 05:57:32 +0000 (06:57 +0100)
src/bootstrap/builder.rs

index f93f3e72f83e7b57642162ce168a6b67b2a4a9a3..7851ea3e363a491cc78d0dba11c9a08a1ba71032 100644 (file)
@@ -1856,6 +1856,7 @@ fn test_with_no_doc_stage0() {
             doc_tests: DocTests::No,
             bless: false,
             compare_mode: None,
+            rustfix_coverage: false,
         };
 
         let build = Build::new(config);
@@ -1897,6 +1898,7 @@ fn test_exclude() {
             doc_tests: DocTests::No,
             bless: false,
             compare_mode: None,
+            rustfix_coverage: false,
         };
 
         let build = Build::new(config);