These prints should go to stderr as well. Plus add a global assert string.
llvm-svn: 115167
diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py
index 4f3a993..5597ee9 100644
--- a/lldb/test/breakpoint_command/TestBreakpointCommand.py
+++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py
@@ -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'])