Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid.

llvm-svn: 133644
This commit is contained in:
Johnny Chen 2011-06-22 20:57:52 +00:00
parent ccf8dbf885
commit fdfa26fba0
1 changed files with 1 additions and 0 deletions

View File

@ -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