From d64c3e7913af4cc9f19ec930b32b98a5cb3da45b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 21 Sep 2010 23:47:01 +0000 Subject: [PATCH] Trivial change of a trace output string. llvm-svn: 114505 --- lldb/test/lldbtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 1a4d5bd436fd..f950185d5ade 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -448,7 +448,7 @@ class TestBase(unittest2.TestCase): # 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: