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