Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
libcxx
/
test
/
libcxx
/
lit.local.cfg
blob: 4467d8070cc7087799522bdd9094a6b434ab4ae9 [
file
]
# The tests in this directory need to run Python
import
shlex
import
sys
config
.
substitutions
.
append
((
"%{python}"
,
shlex
.
quote
(
sys
.
executable
)))