diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index 6474b395b31..d643c8c5ee4 100644 --- a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -1,4 +1,4 @@ -""" +""" Test watchpoint condition API. """ |