================
@@ -101,7 +101,7 @@ void func() {
     for (int j = 0; j < i; ++j)
       ;
 
-  // expected-error@+5 {{expected 3 for loops after '#pragma omp for', but 
found only 2}}
+  // expected-error@* {{expected 3 for loops after '#pragma omp for', but 
found only 2}}
----------------
Meinersbur wrote:

Why this change? This PR should make that error go away.

https://github.com/llvm/llvm-project/pull/191114
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to