Skip to content

Commit

Permalink
Speculatively fix this C DR test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AaronBallman committed Jul 12, 2022
1 parent 984f5f3 commit 2346d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/C/drs/dr268.c
Expand Up @@ -26,7 +26,7 @@ void dr268(void) {
* 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
Expand Down

0 comments on commit 2346d19

Please sign in to comment.