diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 23:47:01 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 23:47:01 +0000 |
commit | d64c3e7913af4cc9f19ec930b32b98a5cb3da45b (patch) | |
tree | 52dfa6c21726d9a061cd4777b4452597220e2b86 | |
parent | 5680b2a09cc00f11abe72119931609cd4f54d727 (diff) | |
download | bcm5719-llvm-d64c3e7913af4cc9f19ec930b32b98a5cb3da45b.tar.gz bcm5719-llvm-d64c3e7913af4cc9f19ec930b32b98a5cb3da45b.zip |
Trivial change of a trace output string.
llvm-svn: 114505
-rw-r--r-- | lldb/test/lldbtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 1a4d5bd436f..f950185d5ad 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: |