We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf906e commit ad6ab77Copy full SHA for ad6ab77
clang/bindings/python/tests/cindex/test_enums.py
@@ -42,7 +42,7 @@ def test_duplicate_ids(self):
42
self.assertEqual(num_declared_variants, num_unique_variants)
43
44
def test_all_variants(self):
45
- """Check that all libclang enum values are also defined in cindex"""
+ """Check that all libclang enum values are also defined in cindex.py"""
46
cenum_to_pythonenum = {
47
"CX_CXXAccessSpecifier": AccessSpecifier,
48
"CX_StorageClass": StorageClass,
0 commit comments