diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-06 22:11:38 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-06 22:11:38 +0000 |
| commit | f82eb4043be964effb70c55f7023a267b5006570 (patch) | |
| tree | b897b55d05175cac96413b6fb5be75a8568a6d86 /lldb/test/python_api | |
| parent | abcfbecf399fce5f2f13338274247eca012f1bc5 (diff) | |
| download | bcm5719-llvm-f82eb4043be964effb70c55f7023a267b5006570.tar.gz bcm5719-llvm-f82eb4043be964effb70c55f7023a267b5006570.zip | |
Add fuzz calls for SBType::IsPointerType(void *opaque_type).
llvm-svn: 134551
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_type.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_type.py b/lldb/test/python_api/default-constructor/sb_type.py index 689b48cbddf..3eca9528357 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) |

