diff options
-rw-r--r-- | lldb/test/inferior-crashing/TestInferiorCrashing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/inferior-crashing/TestInferiorCrashing.py b/lldb/test/inferior-crashing/TestInferiorCrashing.py index ad071f38aff..9dc0e19d39b 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) |