[Lldb-commits] [lldb] f2f5d6f - [lldb] Fix test failures introduced by 8e0a087571a3
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 29 08:53:12 PDT 2023
Author: Med Ismail Bennani
Date: 2023-08-29T16:52:30+01:00
New Revision: f2f5d6fb8d53bc4bd93a3d4e110134ed017b636f
URL: https://github.com/llvm/llvm-project/commit/f2f5d6fb8d53bc4bd93a3d4e110134ed017b636f
DIFF: https://github.com/llvm/llvm-project/commit/f2f5d6fb8d53bc4bd93a3d4e110134ed017b636f.diff
LOG: [lldb] Fix test failures introduced by 8e0a087571a3
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Added:
Modified:
lldb/bindings/interface/SBValueExtensions.i
Removed:
################################################################################
diff --git a/lldb/bindings/interface/SBValueExtensions.i b/lldb/bindings/interface/SBValueExtensions.i
index 22ac6a177b1547..2676a5c38a3d77 100644
--- a/lldb/bindings/interface/SBValueExtensions.i
+++ b/lldb/bindings/interface/SBValueExtensions.i
@@ -37,9 +37,6 @@ STRING_EXTENSION_OUTSIDE(SBValue)
children.append(accessor[idx])
return children
- def __eq__(self, other):
- return not self.__ne__(other)
-
def __int__(self):
pass
More information about the lldb-commits
mailing list