From 77e703927fcd81cdfd30934fc99998e4aef2398b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 15 Aug 2025 14:23:47 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20change?= =?UTF-8?q?s=20introduced=20through=20rebase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.6-beta.1 [skip ci] --- compiler-rt/test/lit.common.cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 0a85a382dc1a..e2e815444dcf 100644 --- a/compiler-rt/test/lit.common.cfg.py +++ b/compiler-rt/test/lit.common.cfg.py @@ -969,7 +969,7 @@ else: def target_page_size(): try: proc = subprocess.Popen( - f"{emulator or ""} python3", + f"{emulator or ''} python3", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE,