mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
[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:
parent
ca715b6ea0
commit
a85f662ada
@ -74,10 +74,6 @@ class SBDataAPICase(TestBase):
|
||||
print(foobar)
|
||||
|
||||
data = foobar.GetPointeeData(0, 2)
|
||||
|
||||
if self.TraceOn():
|
||||
print(data)
|
||||
|
||||
offset = 0
|
||||
error = lldb.SBError()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user