forked from OSchip/llvm-project
Comment out the debug statement for printing the SBBreakpoint object.
llvm-svn: 117140
This commit is contained in:
parent
bc095dbe68
commit
d9bebeb2be
|
@ -83,7 +83,7 @@ class BreakpointConditionsTestCase(TestBase):
|
|||
|
||||
# Now create a breakpoint on main.c by name 'c'.
|
||||
breakpoint = target.BreakpointCreateByName('c', 'a.out')
|
||||
print "breakpoint:", breakpoint
|
||||
#print "breakpoint:", breakpoint
|
||||
self.assertTrue(breakpoint.IsValid() and
|
||||
breakpoint.GetNumLocations() == 1,
|
||||
VALID_BREAKPOINT)
|
||||
|
|
Loading…
Reference in New Issue