Skip to content

Commit 26e9a81

Browse files
committed
bump bootstrap; fix compiletest wrt. exclude_should_panic
1 parent d6cc855 commit 26e9a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
523523

524524
pub fn test_opts(config: &Config) -> test::TestOpts {
525525
test::TestOpts {
526+
exclude_should_panic: false,
526527
filter: config.filter.clone(),
527528
filter_exact: config.filter_exact,
528529
run_ignored: if config.run_ignored {

0 commit comments

Comments
 (0)