summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/address_range/TestAddressRange.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/address_range/TestAddressRange.py')
-rw-r--r--lldb/test/API/python_api/address_range/TestAddressRange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/address_range/TestAddressRange.py b/lldb/test/API/python_api/address_range/TestAddressRange.py
index 86ca4a62155f..ae4b8c7c90ce 100644
--- a/lldb/test/API/python_api/address_range/TestAddressRange.py
+++ b/lldb/test/API/python_api/address_range/TestAddressRange.py
@@ -166,7 +166,7 @@ class AddressRangeTestCase(TestBase):
def test_address_range_print_invalid(self):
"""Make sure the SBAddressRange can be printed when invalid."""
range = lldb.SBAddressRange()
- self.assertEqual(str(range), "<invalid>")
+ self.assertEqual(str(range), "[0xffffffffffffffff-0xffffffffffffffff)")
def test_address_range_print_resolved(self):
"""Make sure the SBAddressRange can be printed when resolved."""