Author: Aaron Ballman Date: 2026-06-23T08:30:49-04:00 New Revision: 59c5c39a76e04fc8cd3af39748e256ca1e6fcda8
URL: https://github.com/llvm/llvm-project/commit/59c5c39a76e04fc8cd3af39748e256ca1e6fcda8 DIFF: https://github.com/llvm/llvm-project/commit/59c5c39a76e04fc8cd3af39748e256ca1e6fcda8.diff LOG: Fix test after 844136348ef4c03e84bed0a51d8557d53f466b0d (#205328) Added: Modified: clang/test/AST/undocumented-attrs.cpp Removed: ################################################################################ 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
