From a85f662ada149452586dae1179ec4c4e64fedb67 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Wed, 13 Mar 2019 00:48:32 +0000 Subject: [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 --- lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') 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() -- cgit v1.2.3