diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_watchpoint.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_watchpoint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_watchpoint.py b/lldb/test/python_api/default-constructor/sb_watchpoint.py index a028cb48c4c..f462e62ff16 100644 --- a/lldb/test/python_api/default-constructor/sb_watchpoint.py +++ b/lldb/test/python_api/default-constructor/sb_watchpoint.py @@ -8,7 +8,6 @@ import lldb def fuzz_obj(obj): obj.GetID() obj.IsValid() - obj.GetError() obj.GetHardwareIndex() obj.GetWatchAddress() obj.GetWatchSize() |