Blame SOURCES/0001-bump-bootstrap-fix-compiletest-wrt.-exclude_should_p.patch

ec855a
From 26e9a81c487f63c734bb7ac1739cdae2da2cb9b1 Mon Sep 17 00:00:00 2001
ec855a
From: Mazdak Farrokhzad <twingoow@gmail.com>
ec855a
Date: Mon, 15 Apr 2019 04:05:37 +0200
ec855a
Subject: [PATCH] bump bootstrap; fix compiletest wrt. exclude_should_panic
ec855a
ec855a
---
ec855a
 src/tools/compiletest/src/main.rs | 1 +
ec855a
 1 file changed, 1 insertion(+)
ec855a
ec855a
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs
ec855a
index 9e3c49119dea..431fd7969be0 100644
ec855a
--- a/src/tools/compiletest/src/main.rs
ec855a
+++ b/src/tools/compiletest/src/main.rs
ec855a
@@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
ec855a
 
ec855a
 pub fn test_opts(config: &Config) -> test::TestOpts {
ec855a
     test::TestOpts {
ec855a
+        exclude_should_panic: false,
ec855a
         filter: config.filter.clone(),
ec855a
         filter_exact: config.filter_exact,
ec855a
         run_ignored: if config.run_ignored {
ec855a
-- 
ec855a
2.21.0
ec855a