summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
deleted file mode 100644
index 3c124de79bf..00000000000
--- a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def bug11569(debugger, args, result, dict):
- """
- http://llvm.org/bugs/show_bug.cgi?id=11569
- LLDBSwigPythonCallCommand crashes when a command script returns an object.
- """
- return ["return", "a", "non-string", "should", "not", "crash", "LLDB"]
OpenPOWER on IntegriCloud