summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_section.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_section.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_section.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_section.py b/lldb/test/python_api/default-constructor/sb_section.py
index 6fc788296dd..899130abe27 100644
--- a/lldb/test/python_api/default-constructor/sb_section.py
+++ b/lldb/test/python_api/default-constructor/sb_section.py
@@ -19,4 +19,4 @@ def fuzz_obj(obj):
obj.GetSectionType()
obj.GetDescription(lldb.SBStream())
for subsec in obj:
- print subsec
+ s = str(subsec)
OpenPOWER on IntegriCloud