diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_event.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_event.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_event.py b/lldb/test/python_api/default-constructor/sb_event.py index e31f3091f2c..ae9d44ea492 100644 --- a/lldb/test/python_api/default-constructor/sb_event.py +++ b/lldb/test/python_api/default-constructor/sb_event.py @@ -15,3 +15,4 @@ def fuzz_obj(obj): obj.BroadcasterMatchesPtr(None) obj.BroadcasterMatchesRef(broadcaster) obj.GetDescription(lldb.SBStream()) + obj.Clear() |