diff options
Diffstat (limited to 'lldb/test/functionalities/command_regex/TestCommandRegex.py')
-rw-r--r-- | lldb/test/functionalities/command_regex/TestCommandRegex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_regex/TestCommandRegex.py b/lldb/test/functionalities/command_regex/TestCommandRegex.py index c0bfb38a906..eabbd192424 100644 --- a/lldb/test/functionalities/command_regex/TestCommandRegex.py +++ b/lldb/test/functionalities/command_regex/TestCommandRegex.py @@ -32,6 +32,7 @@ class CommandRegexTestCase(TestBase): child.sendline('s/^$/help/') child.expect_exact(regex_prompt1) child.sendline('') + child.expect_exact(prompt) # Help! child.sendline('Help__') # If we see the familiar 'help' output, the test is done. |