Skip to content
Snippets Groups Projects
Commit fdfa26fb authored by Johnny Chen's avatar Johnny Chen
Browse files

Add docstring to test_SBSymbolContextList(self) explaining that upon default...

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

llvm-svn: 133644
parent ccf8dbf8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment