lit: Add a forgotten default argument.

llvm-svn: 105858
This commit is contained in:
Daniel Dunbar 2010-06-11 23:47:36 +00:00
parent 743e86ae3d
commit c85504540e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def isExpectedFail(xfails, xtargets, target_triple):
return True
def parseIntegratedTestScript(test, normalize_slashes):
def parseIntegratedTestScript(test, normalize_slashes=False):
"""parseIntegratedTestScript - Scan an LLVM/Clang style integrated test
script and extract the lines to 'RUN' as well as 'XFAIL' and 'XTARGET'
information. The RUN lines also will have variable substitution performed.