summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_command
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-30 17:06:27 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-30 17:06:27 +0000
commitcf11e6066b7e66b60d9816f1bc91cbb41e54f72c (patch)
tree396d5603d497ee1069345e7d9c25308dac9598ea /lldb/test/breakpoint_command
parent703dbd049a82e7b439b21d36e08808d433b3052d (diff)
downloadbcm5719-llvm-cf11e6066b7e66b60d9816f1bc91cbb41e54f72c.tar.gz
bcm5719-llvm-cf11e6066b7e66b60d9816f1bc91cbb41e54f72c.zip
These prints should go to stderr as well. Plus add a global assert string.
llvm-svn: 115167
Diffstat (limited to 'lldb/test/breakpoint_command')
-rw-r--r--lldb/test/breakpoint_command/TestBreakpointCommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py
index 4f3a99327bf..5597ee94caf 100644
--- a/lldb/test/breakpoint_command/TestBreakpointCommand.py
+++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py
@@ -104,7 +104,7 @@ class BreakpointCommandTestCase(TestBase):
'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'])
OpenPOWER on IntegriCloud