summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/section
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/section')
-rwxr-xr-xlldb/test/python_api/section/TestSectionAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/section/TestSectionAPI.py b/lldb/test/python_api/section/TestSectionAPI.py
index 4d94a80df32..4575f90747c 100755
--- a/lldb/test/python_api/section/TestSectionAPI.py
+++ b/lldb/test/python_api/section/TestSectionAPI.py
@@ -38,4 +38,4 @@ class SectionAPITestCase(TestBase):
break
self.assertIsNotNone(data_section)
- self.assertEquals(data_section.target_byte_size, 1)
+ self.assertEqual(data_section.target_byte_size, 1)
OpenPOWER on IntegriCloud