Skip to content

Commit 3c92747

Browse files
author
Thomas Bracht Laumann Jespersen
authored
Merge pull request #160 from mati865/rustup
Rustup rust-lang/rust#58689
2 parents 7e7ddd4 + 250a638 commit 3c92747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
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)