https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/205328
None >From 5056279ae9feda9f39908fa7ee0e6c5565655cac Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Tue, 23 Jun 2026 08:29:52 -0400 Subject: [PATCH] Fix test after 844136348ef4c03e84bed0a51d8557d53f466b0d --- clang/test/AST/undocumented-attrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/AST/undocumented-attrs.cpp b/clang/test/AST/undocumented-attrs.cpp index 7f02fdb3622d6..64c7d165915cc 100644 --- a/clang/test/AST/undocumented-attrs.cpp +++ b/clang/test/AST/undocumented-attrs.cpp @@ -89,4 +89,4 @@ CHECK-NEXT: Visibility CHECK-NEXT: WeakImport CHECK-NEXT: WeakRef CHECK-NEXT: WorkGroupSizeHint -CHECK-NEXT: Total: 84 +CHECK-NEXT: Total: 83 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
