summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_process.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_process.py b/lldb/test/python_api/default-constructor/sb_process.py
index 38ee86f1ec7..40132b19958 100644
--- a/lldb/test/python_api/default-constructor/sb_process.py
+++ b/lldb/test/python_api/default-constructor/sb_process.py
@@ -46,4 +46,4 @@ def fuzz_obj(obj):
obj.Clear()
obj.GetNumSupportedHardwareWatchpoints(error)
for thread in obj:
- print thread
+ s = str(thread)
OpenPOWER on IntegriCloud