bump bootstrap; fix compiletest wrt. exclude_should_panic

This commit is contained in:
Mazdak Farrokhzad 2019-04-15 04:05:37 +02:00
parent d6cc855190
commit 26e9a81c48

View file

@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
pub fn test_opts(config: &Config) -> test::TestOpts {
test::TestOpts {
exclude_should_panic: false,
filter: config.filter.clone(),
filter_exact: config.filter_exact,
run_ignored: if config.run_ignored {