forked from OSchip/llvm-project
[lldb/Test] Remove debug print in supports_hw_breakpoints.
This commit is contained in:
parent
8758d02074
commit
99a0cbb423
|
@ -19,7 +19,6 @@ class BreakpointLocationsTestCase(TestBase):
|
|||
CURRENT_EXECUTABLE_SET)
|
||||
self.runCmd("breakpoint set -b main --hardware")
|
||||
self.runCmd("run")
|
||||
print(self.res.GetOutput())
|
||||
if 'stopped' in self.res.GetOutput():
|
||||
return 'Hardware breakpoints are supported'
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue