Trivial change of a trace output string.

llvm-svn: 114505
This commit is contained in:
Johnny Chen 2010-09-21 23:47:01 +00:00
parent 5680b2a09c
commit d64c3e7913
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ class TestBase(unittest2.TestCase):
# No execution required, just compare str against the golden input. # No execution required, just compare str against the golden input.
output = str output = str
if trace: if trace:
print >> sys.stderr, "look at:", output print >> sys.stderr, "looking at:", output
# The heading says either "Expecting" or "Not expecting". # The heading says either "Expecting" or "Not expecting".
if trace: if trace: