From dedd7d6ed6cc73d0cb1b2ddf3bea8a08262c7051 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 28 Jun 2011 23:29:14 +0000 Subject: Add fuzz calls for SBStringList and add obj.Clear() calls for some files. llvm-svn: 134040 --- lldb/test/python_api/default-constructor/sb_process.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api/default-constructor/sb_process.py') 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() -- cgit v1.2.3