Skip to content

Commit f6832ad

Browse files
Compiletest bump to stage0 bootstrap libtest
1 parent 8783766 commit f6832ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/tools/compiletest/src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
568568
skip: vec![],
569569
list: false,
570570
options: test::Options::new(),
571+
time_options: None,
571572
}
572573
}
573574

@@ -703,6 +704,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> Vec<test::TestDescAn
703704
ignore,
704705
should_panic,
705706
allow_fail: false,
707+
test_type: test::TestType::Unknown,
706708
},
707709
testfn: make_test_closure(config, early_props.ignore, testpaths, revision),
708710
}

0 commit comments

Comments
 (0)