Skip to content

Commit 689e974

Browse files
committed
Use consistent braces for the lldb-python substitution
1 parent c8a924f commit 689e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ if config.lldb_build_root != "":
19671967
else:
19681968
config.available_features.add('lldb')
19691969
config.substitutions.append(('%lldb-python-path', lldb_python_path))
1970-
config.substitutions.append(('%lldb-python', 'PYTHONPATH=%s %s' % (lldb_python_path, lldb_python)))
1970+
config.substitutions.append(('%{lldb-python}', 'PYTHONPATH=%s %s' % (lldb_python_path, lldb_python)))
19711971

19721972
# Disable randomized hash seeding by default. Tests need to manually opt in to
19731973
# random seeds by unsetting the SWIFT_DETERMINISTIC_HASHING environment

0 commit comments

Comments
 (0)