aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py b/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
index 93897d88098f..3c124de79bf3 100644
--- a/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
+++ b/packages/Python/lldbsuite/test/functionalities/command_script/bug11569.py
@@ -3,5 +3,4 @@ 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"];
-
+ return ["return", "a", "non-string", "should", "not", "crash", "LLDB"]