[Lldb-commits] [lldb] r114505 - /lldb/trunk/test/lldbtest.py
Johnny Chen
johnny.chen at apple.com
Tue Sep 21 16:47:01 PDT 2010
Author: johnny
Date: Tue Sep 21 18:47:01 2010
New Revision: 114505
URL: http://llvm.org/viewvc/llvm-project?rev=114505&view=rev
Log:
Trivial change of a trace output string.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=114505&r1=114504&r2=114505&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Tue Sep 21 18:47:01 2010
@@ -448,7 +448,7 @@
# No execution required, just compare str against the golden input.
output = str
if trace:
- print >> sys.stderr, "look at:", output
+ print >> sys.stderr, "looking at:", output
# The heading says either "Expecting" or "Not expecting".
if trace:
More information about the lldb-commits
mailing list