diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_breakpointlocation.py')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_breakpointlocation.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lldb/test/python_api/default-constructor/sb_breakpointlocation.py b/lldb/test/python_api/default-constructor/sb_breakpointlocation.py index c86be7b38f2..2251892643b 100644 --- a/lldb/test/python_api/default-constructor/sb_breakpointlocation.py +++ b/lldb/test/python_api/default-constructor/sb_breakpointlocation.py @@ -6,6 +6,7 @@ import sys  import lldb  def fuzz_obj(obj): +    obj.GetAddress()      obj.GetLoadAddress()      obj.SetEnabled(True)      obj.IsEnabled() | 

