[Lldb-commits] [lldb] r115167 - /lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py

Johnny Chen johnny.chen at apple.com
Thu Sep 30 10:06:27 PDT 2010


Author: johnny
Date: Thu Sep 30 12:06:27 2010
New Revision: 115167

URL: http://llvm.org/viewvc/llvm-project?rev=115167&view=rev
Log:
These prints should go to stderr as well.  Plus add a global assert string.

Modified:
    lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py

Modified: lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py?rev=115167&r1=115166&r2=115167&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py (original)
+++ lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py Thu Sep 30 12:06:27 2010
@@ -104,7 +104,7 @@
                        'stop reason = breakpoint'])
 
         # The breakpoint should have a hit count of 2.
-        self.expect("breakpoint list", BREAKPOINT_HIT_ONCE,
+        self.expect("breakpoint list", BREAKPOINT_HIT_TWICE,
             substrs = ['resolved, hit count = 2'])
 
 





More information about the lldb-commits mailing list