Author: Aaron Ballman
Date: 2023-05-03T16:05:27-04:00
New Revision: 3aaf0bed1c68f0b0052a569437cbdf489ff68b56

URL: 
https://github.com/llvm/llvm-project/commit/3aaf0bed1c68f0b0052a569437cbdf489ff68b56
DIFF: 
https://github.com/llvm/llvm-project/commit/3aaf0bed1c68f0b0052a569437cbdf489ff68b56.diff

LOG: Account for whitespace in the test regex

Yet another amendment to 9bb28a18d962e8f6e3fa8f48bd2c6dc183154d26, this
addresses issues found in:
https://lab.llvm.org/buildbot/#/builders/188/builds/29204

Added: 
    

Modified: 
    clang/test/CodeGen/nullptr.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/nullptr.c b/clang/test/CodeGen/nullptr.c
index 88a3a3e8b1ab..7ea951213df0 100644
--- a/clang/test/CodeGen/nullptr.c
+++ b/clang/test/CodeGen/nullptr.c
@@ -53,7 +53,7 @@ void test() {
   // CHECK: store ptr null, ptr %[[nullptr_t_from_int]]
 
   // Calls
-  // CHECK: call void @bool_func(i1 noundef {{(zeroext)?}} false)
+  // CHECK: call void @bool_func(i1 noundef {{(zeroext )?}}false)
   // CHECK: call void @nullptr_func(ptr null)
   // CHECK: call void @nullptr_func(ptr null)
   // CHECK: call void @nullptr_func(ptr null)


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to