summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/sbdata
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-08-02 17:33:54 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-08-02 17:33:54 +0000
commit39be7ce23363d12ae3e49aeb1fdb2bfeb892e836 (patch)
tree37fd694b2fe544b0ccefb369794632592d138dde /packages/Python/lldbsuite/test/python_api/sbdata
parentf73363f1dd94996356cefbf24388f561891acf0b (diff)
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/sbdata')
-rw-r--r--packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py b/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
index a1a400a076b5..6bdf9a2036ef 100644
--- a/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
+++ b/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
@@ -23,7 +23,7 @@ class SBDataAPICase(TestBase):
@add_test_categories(['pyapi'])
def test_byte_order_and_address_byte_size(self):
- """Test the SBData::SetData() to ensure the byte order and address
+ """Test the SBData::SetData() to ensure the byte order and address
byte size are obeyed"""
addr_data = b'\x11\x22\x33\x44\x55\x66\x77\x88'
error = lldb.SBError()