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 068b304 commit 61e0694Copy full SHA for 61e0694
clang/bindings/python/tests/cindex/test_cursor.py
@@ -344,7 +344,7 @@ class Bar {
344
)
345
346
self.assertEqual(len(copy_assignment_operators_cursors), 10)
347
- self.assertTrue(len(non_copy_assignment_operators_cursors), 9)
+ self.assertEqual(len(non_copy_assignment_operators_cursors), 7)
348
349
self.assertTrue(
350
all(
0 commit comments