[Lldb-commits] [lldb] r129881 - /lldb/trunk/test/command_regex/TestCommandRegex.py

Johnny Chen johnny.chen at apple.com
Wed Apr 20 15:13:23 PDT 2011


Author: johnny
Date: Wed Apr 20 17:13:23 2011
New Revision: 129881

URL: http://llvm.org/viewvc/llvm-project?rev=129881&view=rev
Log:
Fix wrong comment.

Modified:
    lldb/trunk/test/command_regex/TestCommandRegex.py

Modified: lldb/trunk/test/command_regex/TestCommandRegex.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/command_regex/TestCommandRegex.py?rev=129881&r1=129880&r2=129881&view=diff
==============================================================================
--- lldb/trunk/test/command_regex/TestCommandRegex.py (original)
+++ lldb/trunk/test/command_regex/TestCommandRegex.py Wed Apr 20 17:13:23 2011
@@ -23,7 +23,7 @@
         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)





More information about the lldb-commits mailing list