summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil/TestLLDBIterator.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/lldbutil/TestLLDBIterator.py')
-rw-r--r--lldb/test/python_api/lldbutil/TestLLDBIterator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/TestLLDBIterator.py b/lldb/test/python_api/lldbutil/TestLLDBIterator.py
index 890c01881b6..0b2b3dd289d 100644
--- a/lldb/test/python_api/lldbutil/TestLLDBIterator.py
+++ b/lldb/test/python_api/lldbutil/TestLLDBIterator.py
@@ -92,7 +92,7 @@ class LLDBIteratorTestCase(TestBase):
if self.TraceOn():
print "yours[%d]='%s'" % (i, get_description(yours[i]))
print "mine[%d]='%s'" % (i, get_description(mine[i]))
- self.assertTrue(yours[i].GetID() == mine[i].GetID(),
+ self.assertTrue(yours[i] == mine[i],
"ID of yours[{0}] and mine[{0}] matches".format(i))
def lldb_iter_3(self):
OpenPOWER on IntegriCloud