Fix Python docstring for SBThread.GetStopDescription().

llvm-svn: 146890
This commit is contained in:
Johnny Chen
2011-12-19 19:38:09 +00:00
parent c4db30e358
commit cdd7e8b14a
2 changed files with 5 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ class ThreadAPITestCase(TestBase):
#self.runCmd("process status")
# Due to the typemap magic (see lldb.swig), we pass in an (int)length to GetStopDescription
# and expect to get a Python string as the result object!
# and expect to get a Python string as the return object!
# The 100 is just an arbitrary number specifying the buffer size.
stop_description = thread.GetStopDescription(100)
self.expect(stop_description, exe=False,