diff options
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) |

