These prints should go to stderr as well. Plus add a global assert string.

llvm-svn: 115167
This commit is contained in:
Johnny Chen 2010-09-30 17:06:27 +00:00
parent 703dbd049a
commit cf11e6066b
1 changed files with 1 additions and 1 deletions

View File

@ -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'])