summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_process.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-28 23:29:14 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-28 23:29:14 +0000
commitdedd7d6ed6cc73d0cb1b2ddf3bea8a08262c7051 (patch)
tree490a1aa3ca7b828ebe5bdd98026a6454bf63331a /lldb/test/python_api/default-constructor/sb_process.py
parent8ea21dc2af3004a01b54cb79a604b9287fd212ce (diff)
downloadbcm5719-llvm-dedd7d6ed6cc73d0cb1b2ddf3bea8a08262c7051.tar.gz
bcm5719-llvm-dedd7d6ed6cc73d0cb1b2ddf3bea8a08262c7051.zip
Add fuzz calls for SBStringList and add obj.Clear() calls for some files.
llvm-svn: 134040
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_process.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_process.py b/lldb/test/python_api/default-constructor/sb_process.py
index d80d8feaf12..a54dae2331c 100644
--- a/lldb/test/python_api/default-constructor/sb_process.py
+++ b/lldb/test/python_api/default-constructor/sb_process.py
@@ -40,3 +40,4 @@ def fuzz_obj(obj):
obj.GetDescription(lldb.SBStream())
obj.LoadImage(lldb.SBFileSpec(), error)
obj.UnloadImage(0)
+ obj.Clear()
OpenPOWER on IntegriCloud