summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbdata
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2019-03-13 00:48:32 +0000
committerDavide Italiano <davide@freebsd.org>2019-03-13 00:48:32 +0000
commita85f662ada149452586dae1179ec4c4e64fedb67 (patch)
tree0a0d0b43f15021dfa7899c3dc1c8c652357c8358 /lldb/packages/Python/lldbsuite/test/python_api/sbdata
parentca715b6ea029a98425bf24d1c390034dc1e58e32 (diff)
downloadbcm5719-llvm-a85f662ada149452586dae1179ec4c4e64fedb67.tar.gz
bcm5719-llvm-a85f662ada149452586dae1179ec4c4e64fedb67.zip
[test] Some unicode sequences can't be printed, and Py 3 is more picky.
Given this was under trace, it can just be removed. If somebody ever needs to debug this testcase again and print the data, they can add a new statement. llvm-svn: 355999
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbdata')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
index 6bdf9a2036e..9af1d2504d0 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
@@ -74,10 +74,6 @@ class SBDataAPICase(TestBase):
print(foobar)
data = foobar.GetPointeeData(0, 2)
-
- if self.TraceOn():
- print(data)
-
offset = 0
error = lldb.SBError()
OpenPOWER on IntegriCloud