Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid.
llvm-svn: 133644
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user