summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_error.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_error.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_error.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_error.py b/lldb/test/python_api/default-constructor/sb_error.py
index f38d079972e..c160f6e39bd 100644
--- a/lldb/test/python_api/default-constructor/sb_error.py
+++ b/lldb/test/python_api/default-constructor/sb_error.py
@@ -17,3 +17,4 @@ def fuzz_obj(obj):
obj.SetErrorString("xyz")
obj.SetErrorStringWithFormat("%s!", "error")
obj.GetDescription(lldb.SBStream())
+ obj.Clear()
OpenPOWER on IntegriCloud