[clang] [libclang/python] Clean up tests (PR #114383)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 04:14:41 PDT 2024
================
@@ -344,7 +343,7 @@ class Bar {
)
self.assertEqual(len(copy_assignment_operators_cursors), 10)
- self.assertTrue(len(non_copy_assignment_operators_cursors), 9)
+ self.assertEqual(len(non_copy_assignment_operators_cursors), 7)
----------------
DeinAlptraum wrote:
I made a mistake here in #109846
https://github.com/llvm/llvm-project/pull/114383
More information about the cfe-commits
mailing list