From 520eeff0efb9ae46a5ab74de0f814ed0bc1e1d0e Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 28 Jun 2011 20:46:03 +0000 Subject: Add fuzz calls for SBLineEntry. llvm-svn: 134028 --- lldb/test/python_api/default-constructor/sb_instruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/default-constructor/sb_instruction.py') 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()) -- cgit v1.2.3