Skip to content

Commit 77e7039

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent b2c8283 commit 77e7039

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)