[Lldb-commits] [lldb] r122428 - /lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py

Johnny Chen johnny.chen at apple.com
Wed Dec 22 11:23:44 PST 2010


Author: johnny
Date: Wed Dec 22 13:23:44 2010
New Revision: 122428

URL: http://llvm.org/viewvc/llvm-project?rev=122428&view=rev
Log:
Modify one assertion message.

Modified:
    lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py

Modified: lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py?rev=122428&r1=122427&r2=122428&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py (original)
+++ lldb/trunk/test/breakpoint_command/TestBreakpointCommand.py Wed Dec 22 13:23:44 2010
@@ -79,7 +79,7 @@
 
         # The 'output.txt' file should now exist.
         self.assertTrue(os.path.isfile("output.txt"),
-                        "'output.txt' exists due breakpoint command for breakpoint 2.")
+                        "'output.txt' exists due to breakpoint command for breakpoint 2.")
 
         # Read the output file produced by running the program.
         with open('output.txt', 'r') as f:





More information about the lldb-commits mailing list