diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-06-28 20:46:03 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-28 20:46:03 +0000 |
commit | 520eeff0efb9ae46a5ab74de0f814ed0bc1e1d0e (patch) | |
tree | 64161d3d65d838ef64c5193cd58f66ba2a2265ca /lldb/test/python_api/default-constructor/sb_instruction.py | |
parent | 0beca53a298ce0a670bb0178e21bdf5068b866fb (diff) | |
download | bcm5719-llvm-520eeff0efb9ae46a5ab74de0f814ed0bc1e1d0e.tar.gz bcm5719-llvm-520eeff0efb9ae46a5ab74de0f814ed0bc1e1d0e.zip |
Add fuzz calls for SBLineEntry.
llvm-svn: 134028
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_instruction.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_instruction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_instruction.py b/lldb/test/python_api/default-constructor/sb_instruction.py index 91d2930cb2f..b961bc389e3 100644 --- a/lldb/test/python_api/default-constructor/sb_instruction.py +++ b/lldb/test/python_api/default-constructor/sb_instruction.py @@ -7,7 +7,7 @@ import lldb def fuzz_obj(obj): obj.GetAddress() - obj.GetByteSize + obj.GetByteSize() obj.DoesBranch() obj.Print(None) obj.GetDescription(lldb.SBStream()) |