[Lldb-commits] [lldb] r129543 - /lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py

Johnny Chen johnny.chen at apple.com
Thu Apr 14 15:24:12 PDT 2011


Author: johnny
Date: Thu Apr 14 17:24:12 2011
New Revision: 129543

URL: http://llvm.org/viewvc/llvm-project?rev=129543&view=rev
Log:
Rewording of assert message.

Modified:
    lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py

Modified: lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py?rev=129543&r1=129542&r2=129543&view=diff
==============================================================================
--- lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py (original)
+++ lldb/trunk/test/inferior-crashing/TestInferiorCrashing.py Thu Apr 14 17:24:12 2011
@@ -68,7 +68,7 @@
 
         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)
 





More information about the lldb-commits mailing list