Compiletest bump to stage0 bootstrap libtest

This commit is contained in:
Mark Rousskov 2019-11-06 15:17:02 -05:00
parent 8783766215
commit f6832adadb

View file

@ -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),
}