diff options
Diffstat (limited to 'lldb/test/command_regex/TestCommandRegex.py')
-rw-r--r-- | lldb/test/command_regex/TestCommandRegex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/command_regex/TestCommandRegex.py b/lldb/test/command_regex/TestCommandRegex.py index 716ff95fc26..9eb68901096 100644 --- a/lldb/test/command_regex/TestCommandRegex.py +++ b/lldb/test/command_regex/TestCommandRegex.py @@ -23,7 +23,7 @@ class CommandRegexTestCase(TestBase): if self.TraceOn(): child.logfile_read = sys.stdout - # Set the breakpoint, followed by the target stop-hook commands. + # Substitute 'Help!' with 'help' using the 'commands regex' mechanism. child.expect(prompt) child.sendline('commands regex Help!') child.expect(regex_prompt) |