From 2346d19a262eb6d62db9588afb154a5ef856dabb Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 12 Jul 2022 15:16:10 -0400 Subject: [PATCH] Speculatively fix this C DR test There is a failing bot: http://45.33.8.238/macm1/40002/step_7.txt It looks to be failing because of a regex and how it handles whitespace, so modifying the CHECK line slightly to account for that. --- clang/test/C/drs/dr268.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/C/drs/dr268.c b/clang/test/C/drs/dr268.c index 5ee0a0eb0a24..0fb2a6d95839 100644 --- a/clang/test/C/drs/dr268.c +++ b/clang/test/C/drs/dr268.c @@ -26,7 +26,7 @@ goto_target: * first pass through. */ /* Get us to the right function. - CHECK-LABEL: define {{.*}} void @dr268() {{.*}} { + CHECK-LABEL: define{{.*}} void @dr268() {{.*}} { First is the initialization and goto. CHECK: store i32 5