Skip to content

Commit 2bf88c7

Browse files
committed
1 parent 137bd77 commit 2bf88c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
9898
test::TestOpts {
9999
filter: config.filter.clone(),
100100
filter_exact: config.filter_exact,
101+
exclude_should_panic: false,
101102
run_ignored: if config.run_ignored { test::RunIgnored::Yes } else { test::RunIgnored::No },
102103
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
103104
logfile: config.logfile.clone(),

0 commit comments

Comments
 (0)