[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
This commit is contained in:
Davide Italiano 2019-03-13 00:48:32 +00:00
parent ca715b6ea0
commit a85f662ada

View File

@ -74,10 +74,6 @@ class SBDataAPICase(TestBase):
print(foobar)
data = foobar.GetPointeeData(0, 2)
if self.TraceOn():
print(data)
offset = 0
error = lldb.SBError()