diff --git a/lldb/test/inferior-crashing/TestInferiorCrashing.py b/lldb/test/inferior-crashing/TestInferiorCrashing.py index ad071f38aff7068d6ba64cfe675799c3683c2107..9dc0e19d39b0ab4dc06258c8047697dbf0dd8596 100644 --- a/lldb/test/inferior-crashing/TestInferiorCrashing.py +++ b/lldb/test/inferior-crashing/TestInferiorCrashing.py @@ -68,7 +68,7 @@ class CrashingInferiorTestCase(TestBase): thread = lldbutil.get_stopped_thread(self.process, lldb.eStopReasonException) if not thread: - self.fail("Fail to stop the thread due to exception") + self.fail("Fail to stop the thread upon bad access exception") lldbutil.PrintStackTrace(thread)