Updates LLVM usage to match
[3287ae8f6520](https://github.com/llvm/llvm-project/commit/3287ae8f6520)

PiperOrigin-RevId: 586379104
Change-Id: Id69e27932def712bbb0f4a58112dfeb5b4f76275
pull/171/head
Dmitri Gribenko 2023-11-29 10:13:12 -08:00 committed by Copybara-Service
parent 5ed720eeb1
commit 4d34bdb145
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class CodeAnalysisTest(parameterized.TestCase):
if x.kind != cindex.CursorKind.MACRO_DEFINITION
]
self.assertListEqual(cursor_kinds, [
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.UNEXPOSED_DECL,
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.LINKAGE_SPEC,
cindex.CursorKind.FUNCTION_DECL, cindex.CursorKind.PARM_DECL
])