Skip to content

Commit 250a638

Browse files
committed
1 parent 137bd77 commit 250a638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
9898
test::TestOpts {
9999
filter: config.filter.clone(),
100100
filter_exact: config.filter_exact,
101+
#[cfg(not(feature = "stable"))]
102+
exclude_should_panic: false,
101103
run_ignored: if config.run_ignored { test::RunIgnored::Yes } else { test::RunIgnored::No },
102104
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
103105
logfile: config.logfile.clone(),

0 commit comments

Comments
 (0)