Skip to content

Commit 99a0cbb

Browse files
committed
[lldb/Test] Remove debug print in supports_hw_breakpoints.
1 parent 8758d02 commit 99a0cbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def supports_hw_breakpoints(self):
1919
CURRENT_EXECUTABLE_SET)
2020
self.runCmd("breakpoint set -b main --hardware")
2121
self.runCmd("run")
22-
print(self.res.GetOutput())
2322
if 'stopped' in self.res.GetOutput():
2423
return 'Hardware breakpoints are supported'
2524
return None

0 commit comments

Comments
 (0)