From eb0e0b19b049bd8813c0faa36319a70ab0fb9b3f Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 14 Apr 2011 22:24:12 +0000 Subject: [PATCH] Rewording of assert message. llvm-svn: 129543 --- lldb/test/inferior-crashing/TestInferiorCrashing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/inferior-crashing/TestInferiorCrashing.py b/lldb/test/inferior-crashing/TestInferiorCrashing.py index ad071f38aff7..9dc0e19d39b0 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) -- GitLab