Un-break standalone invocations of CmpRuns.py.

Fallout from CmpRuns.py API changes in r160314.

llvm-svn: 160800
This commit is contained in:
Jordan Rose 2012-07-26 20:03:51 +00:00
parent c904ad4518
commit 5920a1bdd1
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ def main():
dirA,dirB = args
cmpScanBuildResults(dirA, dirB, opts)
dumpScanBuildResultsDiff(dirA, dirB, opts)
if __name__ == '__main__':
main()