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_communication.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_communication.py b/lldb/test/python_api/default-constructor/sb_communication.py
index fef3eabd909..d4b90840657 100644
--- a/lldb/test/python_api/default-constructor/sb_communication.py
+++ b/lldb/test/python_api/default-constructor/sb_communication.py
@@ -14,6 +14,7 @@ def fuzz_obj(obj):
obj.AdoptFileDesriptor(1, False)
obj.AdoptFileDesriptor(2, False)
obj.Connect("file:/tmp/myfile")
+ obj.Connect(None)
obj.Disconnect()
obj.IsConnected()
obj.GetCloseOnEOF()
OpenPOWER on IntegriCloud