[Lldb-commits] [lldb] r120352 - /lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Johnny Chen johnny.chen at apple.com
Mon Nov 29 15:47:40 PST 2010


Author: johnny
Date: Mon Nov 29 17:47:40 2010
New Revision: 120352

URL: http://llvm.org/viewvc/llvm-project?rev=120352&view=rev
Log:
Minor comment fix.

Modified:
    lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Modified: lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py?rev=120352&r1=120351&r2=120352&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Mon Nov 29 17:47:40 2010
@@ -56,7 +56,7 @@
         # Now run the program.
         self.runCmd("run", RUN_SUCCEEDED)
 
-        # The process should be stopped.
+        # The process should be stopped at this point.
         self.expect("process status", PROCESS_STOPPED,
             patterns = ['Process .* stopped'])
 





More information about the lldb-commits mailing list