forked from OSchip/llvm-project
Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid.
llvm-svn: 133644
This commit is contained in:
parent
ccf8dbf885
commit
fdfa26fba0
|
@ -195,6 +195,7 @@ class APIDefaultConstructorTestCase(TestBase):
|
|||
|
||||
@python_api_test
|
||||
def test_SBSymbolContextList(self):
|
||||
"""SBSymbolContextList object is valid after default construction."""
|
||||
obj = lldb.SBSymbolContextList()
|
||||
if self.TraceOn():
|
||||
print obj
|
||||
|
|
Loading…
Reference in New Issue