diff options
author | Peter Collingbourne <pcc@google.com> | 2025-08-15 14:23:47 -0700 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2025-08-15 14:23:47 -0700 |
commit | 77e703927fcd81cdfd30934fc99998e4aef2398b (patch) | |
tree | 8bd3188356d8f2a1f167132168a29e8a802304c2 | |
parent | b2c828372f7904f847740aedfa9f774b2495eb28 (diff) | |
download | llvm-users/pcc/spr/main.dfsan-fix-test-with-gcc-15.zip llvm-users/pcc/spr/main.dfsan-fix-test-with-gcc-15.tar.gz llvm-users/pcc/spr/main.dfsan-fix-test-with-gcc-15.tar.bz2 |
[𝘀𝗽𝗿] changes introduced through rebaseusers/pcc/spr/main.dfsan-fix-test-with-gcc-15
Created using spr 1.3.6-beta.1
[skip ci]
-rw-r--r-- | compiler-rt/test/lit.common.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 0a85a38..e2e8154 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, |