Fix libcxx build after cd0a5889d7

This commit is contained in:
Yuanfang Chen 2022-04-12 15:42:21 -07:00
parent 51561b5e80
commit 81b51b61f8
2 changed files with 2 additions and 0 deletions

View file

@ -60,6 +60,7 @@ class SetupConfigs(unittest.TestCase):
noExecute=False,
debug=False,
isWindows=platform.system() == 'Windows',
order='smart',
params={})
self.config = lit.TestingConfig.TestingConfig.fromdefaults(self.litConfig)

View file

@ -87,6 +87,7 @@ def _executeScriptInternal(test, commands):
noExecute=False,
debug=False,
isWindows=platform.system() == 'Windows',
order='smart',
params={})
_, tmpBase = libcxx.test.format._getTempPaths(test)
execDir = os.path.dirname(test.getExecPath())