forked from OSchip/llvm-project
Trivial change of a trace output string.
llvm-svn: 114505
This commit is contained in:
parent
5680b2a09c
commit
d64c3e7913
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue