diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-06-22 20:57:52 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-22 20:57:52 +0000 |
| commit | fdfa26fba06ae56b9debfd1ad2a61db0468ff995 (patch) | |
| tree | 043f9d501387233ac7b5dbe3a99cf080d5e598c4 /lldb/test/python_api | |
| parent | ccf8dbf885e96746090c341d1ce2f323028ecce4 (diff) | |
| download | bcm5719-llvm-fdfa26fba06ae56b9debfd1ad2a61db0468ff995.tar.gz bcm5719-llvm-fdfa26fba06ae56b9debfd1ad2a61db0468ff995.zip | |
Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid.
llvm-svn: 133644
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index aef11eebe4a..d60533bf4ba 100644 --- a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -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 |

