We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cc855 commit 26e9a81Copy full SHA for 26e9a81
src/tools/compiletest/src/main.rs
@@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
523
524
pub fn test_opts(config: &Config) -> test::TestOpts {
525
test::TestOpts {
526
+ exclude_should_panic: false,
527
filter: config.filter.clone(),
528
filter_exact: config.filter_exact,
529
run_ignored: if config.run_ignored {
0 commit comments