================
@@ -203,14 +203,14 @@ template <typename T>
 struct DependentBase {
   int depValue;
   // CHECK-MESSAGES: :[[@LINE-1]]:7: warning: invalid case style for member 
'depValue'
-  // CHECK-FIXES:  {{^}}  int DepValue;
+  // CHECK-FIXES:  int DepValue;
----------------
nicovank wrote:

Was already there, but might as well fix the one extra space.

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

Reply via email to