Compiletest bump to stage0 bootstrap libtest
This commit is contained in:
parent
8783766215
commit
f6832adadb
1 changed files with 2 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
|
|||
skip: vec![],
|
||||
list: false,
|
||||
options: test::Options::new(),
|
||||
time_options: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -703,6 +704,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> Vec<test::TestDescAn
|
|||
ignore,
|
||||
should_panic,
|
||||
allow_fail: false,
|
||||
test_type: test::TestType::Unknown,
|
||||
},
|
||||
testfn: make_test_closure(config, early_props.ignore, testpaths, revision),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue