Sign in
◑
Theme
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libcxx
/
ae58167f1438e022196bc11921dbe95d6d3e7ee1
/
.
/
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
)))