forked from OSchip/llvm-project
These prints should go to stderr as well. Plus add a global assert string.
llvm-svn: 115167
This commit is contained in:
parent
703dbd049a
commit
cf11e6066b
|
@ -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'])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue