Skip to content

Commit 01521b0

Browse files
committed
Make Python 3.11 compatible
Created using spr 1.3.6-beta.1
1 parent 8d6ece2 commit 01521b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def is_windows_lto_supported():
969969
def target_page_size():
970970
try:
971971
proc = subprocess.Popen(
972-
f"{emulator or ""} python3",
972+
f"{emulator or ''} python3",
973973
shell=True,
974974
stdin=subprocess.PIPE,
975975
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)