mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
lit: Add a forgotten default argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f29ad6448
commit
771d90ff43
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user