Skip to content

Commit 3aaf0be

Browse files
committed
Account for whitespace in the test regex
Yet another amendment to 9bb28a1, this addresses issues found in: https://lab.llvm.org/buildbot/#/builders/188/builds/29204
1 parent ce46e1a commit 3aaf0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/nullptr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void test() {
5353
// CHECK: store ptr null, ptr %[[nullptr_t_from_int]]
5454

5555
// Calls
56-
// CHECK: call void @bool_func(i1 noundef {{(zeroext)?}} false)
56+
// CHECK: call void @bool_func(i1 noundef {{(zeroext )?}}false)
5757
// CHECK: call void @nullptr_func(ptr null)
5858
// CHECK: call void @nullptr_func(ptr null)
5959
// CHECK: call void @nullptr_func(ptr null)

0 commit comments

Comments
 (0)