diff options
Diffstat (limited to 'lldb/test/functionalities/command_script/TestCommandScript.py')
-rw-r--r-- | lldb/test/functionalities/command_script/TestCommandScript.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/command_script/TestCommandScript.py b/lldb/test/functionalities/command_script/TestCommandScript.py index 27ce4a7c6f1..9c1183aaa13 100644 --- a/lldb/test/functionalities/command_script/TestCommandScript.py +++ b/lldb/test/functionalities/command_script/TestCommandScript.py @@ -86,8 +86,8 @@ class CmdPythonTestCase(TestBase): 'For more information run']) self.expect("help targetname", - substrs = ['This command takes','\'raw\' input', - 'quote stuff']) + substrs = ['This', 'command', 'takes', '\'raw\'', 'input', + 'quote', 'stuff']) self.expect("longwait", substrs = ['Done; if you saw the delays I am doing OK']) |