From f82eb4043be964effb70c55f7023a267b5006570 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 6 Jul 2011 22:11:38 +0000 Subject: [PATCH] Add fuzz calls for SBType::IsPointerType(void *opaque_type). llvm-svn: 134551 --- lldb/test/python_api/default-constructor/sb_type.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/python_api/default-constructor/sb_type.py b/lldb/test/python_api/default-constructor/sb_type.py index 689b48cbddf4..3eca95283576 100644 --- a/lldb/test/python_api/default-constructor/sb_type.py +++ b/lldb/test/python_api/default-constructor/sb_type.py @@ -16,4 +16,6 @@ def fuzz_obj(obj): obj.IsAPointerType() obj.GetPointeeType() obj.GetDescription(lldb.SBStream()) + obj.IsPointerType(None) + lldb.SBType.IsPointerType(None)