summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/default-constructor/sb_stringlist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_stringlist.py b/lldb/test/python_api/default-constructor/sb_stringlist.py
index d69a2dfd4a4..54d669dd697 100644
--- a/lldb/test/python_api/default-constructor/sb_stringlist.py
+++ b/lldb/test/python_api/default-constructor/sb_stringlist.py
@@ -7,6 +7,7 @@ import lldb
def fuzz_obj(obj):
obj.AppendString("another string")
+ obj.AppendString(None)
obj.AppendList(None, 0)
obj.AppendList(lldb.SBStringList())
obj.GetSize()
OpenPOWER on IntegriCloud