diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIter.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/TestWatchpointIter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index f44ffc4d386..ea202a55b25 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -1,4 +1,4 @@ -""" +""" Use lldb Python SBTarget API to iterate on the watchpoint(s) for the target. """ |