mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Trivial change of a trace output string.
llvm-svn: 114505
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user