lit: Add a forgotten default argument.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:47:36 +0000 (23:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:47:36 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105858 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/TestRunner.py

index c2a6e5bb38327f53a85767a3d11ed634c2d0a8e7..495badb622b3c6bea8b4833e36638d2d694e8363 100644 (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.