diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestSetWatchpoint.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/TestSetWatchpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py index 8618962b23e..61526ab0f02 100644 --- a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py +++ b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py @@ -1,5 +1,5 @@ """ -Use lldb Python SBFrame API to create a watchpoint for read_write of 'globl' var +Use lldb Python SBFrame API to create a watchpoint for read_write of 'globl' var. """ import os, time |