about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-15 04:05:37 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-04-17 05:15:00 +0200
commit26e9a81c487f63c734bb7ac1739cdae2da2cb9b1 (patch)
tree7f82feff2be55ab6ef25b7c0044b8752b90e47dc /src
parentd6cc8551903e79bc3874e6d89f042f9691f95995 (diff)
downloadrust-26e9a81c487f63c734bb7ac1739cdae2da2cb9b1.tar.gz
rust-26e9a81c487f63c734bb7ac1739cdae2da2cb9b1.zip
bump bootstrap; fix compiletest wrt. exclude_should_panic
Diffstat (limited to 'src')
-rw-r--r--src/tools/compiletest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs
index 9e3c49119de..431fd7969be 100644
--- a/src/tools/compiletest/src/main.rs
+++ b/src/tools/compiletest/src/main.rs
@@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
 
 pub fn test_opts(config: &Config) -> test::TestOpts {
     test::TestOpts {
+        exclude_should_panic: false,
         filter: config.filter.clone(),
         filter_exact: config.filter_exact,
         run_ignored: if config.run_ignored {