Author: erichkeane
Date: 2025-08-18T07:49:38-07:00
New Revision: ec227050e3f94bb0c40b456c4207797459de8c42

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

LOG: [OpenACC] Fix verify lines from 8fc80519cdb97c

Like a big dummy, I completely skipped running this test locally and
forgot it would need check lines.  *sigh*, Looks like SOMEONE has a case
of the Mondays!

Anyway, this patch fixes it by adding the proper verify lines.

Added: 
    

Modified: 
    clang/test/SemaOpenACC/gh154008.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaOpenACC/gh154008.cpp 
b/clang/test/SemaOpenACC/gh154008.cpp
index 653f0f7839c02..1ec114c000b3f 100644
--- a/clang/test/SemaOpenACC/gh154008.cpp
+++ b/clang/test/SemaOpenACC/gh154008.cpp
@@ -1,3 +1,5 @@
 // RUN: %clang_cc1 %s -fopenacc -verify
 
+// expected-error@+2{{expected ';'}}
+// expected-error@+1{{blocks support disabled}}
 void *a = ^ { static int b };


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

Reply via email to