Minor change; add an assertTrue stmt.

llvm-svn: 135542
This commit is contained in:
Johnny Chen
2011-07-20 00:11:54 +00:00
parent 2b5c61197f
commit cd1211ef81

View File

@@ -150,6 +150,7 @@ class EventAPITestCase(TestBase):
# Now launch the process, and do not stop at entry point.
error = lldb.SBError()
process = target.Launch (listener, None, None, None, None, None, None, 0, False, error)
self.assertTrue(error.Success())
self.assertTrue(process, PROCESS_IS_VALID)
# Get a handle on the process's broadcaster.