Blame SOURCES/0001-clang-Fix-spurious-test-failure.patch

41b1a8
From 5bfce60443b1c3f4066f506e47cbdc7c4263bb10 Mon Sep 17 00:00:00 2001
41b1a8
From: Tom Stellard <tstellar@redhat.com>
41b1a8
Date: Tue, 11 Aug 2020 18:32:08 -0700
41b1a8
Subject: [PATCH] clang: Fix spurious test failure
41b1a8
41b1a8
---
41b1a8
 clang/test/Driver/crash-report-modules.m | 2 +-
41b1a8
 1 file changed, 1 insertion(+), 1 deletion(-)
41b1a8
41b1a8
diff --git a/clang/test/Driver/crash-report-modules.m b/clang/test/Driver/crash-report-modules.m
41b1a8
index e6d03353379..9519adf6f4b 100644
41b1a8
--- a/clang/test/Driver/crash-report-modules.m
41b1a8
+++ b/clang/test/Driver/crash-report-modules.m
41b1a8
@@ -19,7 +19,7 @@
41b1a8
 @import simple;
41b1a8
 const int x = MODULE_MACRO;
41b1a8
 
41b1a8
-// CHECK: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed source, and associated run script.
41b1a8
+// CHECK: PLEASE submit a bug report to {{.*}}and include the crash backtrace, preprocessed source, and associated run script.
41b1a8
 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
41b1a8
 // CHECK-NEXT: note: diagnostic msg: {{.*}}.m
41b1a8
 // CHECK-NEXT: note: diagnostic msg: {{.*}}.cache
41b1a8
-- 
41b1a8
2.18.1
41b1a8