]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/builder/tests.rs
Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc
[rust.git] / src / bootstrap / builder / tests.rs
index c084e77d3a9943c120395d961e2272788c938e43..280eba75f0c19166407927afcc17229edf38662b 100644 (file)
@@ -547,7 +547,6 @@ fn test_with_no_doc_stage0() {
         config.stage = 0;
         config.cmd = Subcommand::Test {
             paths: vec!["library/std".into()],
-            skip: vec![],
             test_args: vec![],
             rustc_args: vec![],
             fail_fast: true,
@@ -618,7 +617,6 @@ fn test_docs() {
         let mut config = configure(&["A"], &["A"]);
         config.cmd = Subcommand::Test {
             paths: vec![],
-            skip: vec![],
             test_args: vec![],
             rustc_args: vec![],
             fail_fast: true,