diff options
-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: |