Comment out the debug statement for printing the SBBreakpoint object.

llvm-svn: 117140
This commit is contained in:
Johnny Chen 2010-10-22 20:08:56 +00:00
parent bc095dbe68
commit d9bebeb2be
1 changed files with 1 additions and 1 deletions

View File

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