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 2c82079 commit d0ffb53Copy full SHA for d0ffb53
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