diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-06-28 23:29:14 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-28 23:29:14 +0000 |
commit | dedd7d6ed6cc73d0cb1b2ddf3bea8a08262c7051 (patch) | |
tree | 490a1aa3ca7b828ebe5bdd98026a6454bf63331a /lldb/test/python_api/default-constructor/sb_address.py | |
parent | 8ea21dc2af3004a01b54cb79a604b9287fd212ce (diff) | |
download | bcm5719-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_address.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_address.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_address.py b/lldb/test/python_api/default-constructor/sb_address.py index 372aafc97c4..0cafa865ac7 100644 --- a/lldb/test/python_api/default-constructor/sb_address.py +++ b/lldb/test/python_api/default-constructor/sb_address.py @@ -10,3 +10,4 @@ def fuzz_obj(obj): obj.GetLoadAddress(lldb.SBTarget()) obj.OffsetAddress(sys.maxint) obj.GetDescription(lldb.SBStream()) + obj.Clear() |