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, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_section.py b/lldb/test/python_api/default-constructor/sb_section.py
index df33338ac9d..6fc788296dd 100644
--- a/lldb/test/python_api/default-constructor/sb_section.py
+++ b/lldb/test/python_api/default-constructor/sb_section.py
@@ -18,3 +18,5 @@ def fuzz_obj(obj):
obj.GetSectionData(1000, 100)
obj.GetSectionType()
obj.GetDescription(lldb.SBStream())
+ for subsec in obj:
+ print subsec
OpenPOWER on IntegriCloud