summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_inputreader.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_inputreader.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_inputreader.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_inputreader.py b/lldb/test/python_api/default-constructor/sb_inputreader.py
deleted file mode 100644
index 6996059dc51..00000000000
--- a/lldb/test/python_api/default-constructor/sb_inputreader.py
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-Fuzz tests an object after the default construction to make sure it does not crash lldb.
-"""
-
-import sys
-import lldb
-
-def fuzz_obj(obj):
- try:
- obj.Initialize(lldb.SBDebugger.Create(), None, 0, "$", "^", True)
- except Exception:
- pass
- obj.IsActive()
- obj.IsDone()
- obj.SetIsDone(True)
- obj.GetGranularity()
OpenPOWER on IntegriCloud