summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/lldbtest.py2
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:
OpenPOWER on IntegriCloud