diff options
Diffstat (limited to 'lldb/test/python_api/section/TestSectionAPI.py')
-rwxr-xr-x | lldb/test/python_api/section/TestSectionAPI.py | 2 |
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) |