diff --git a/sandboxed_api/tools/generator2/code_test.py b/sandboxed_api/tools/generator2/code_test.py index de74485..8ef6057 100644 --- a/sandboxed_api/tools/generator2/code_test.py +++ b/sandboxed_api/tools/generator2/code_test.py @@ -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 ])