We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d26e6c commit 8c13b75Copy full SHA for 8c13b75
lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
@@ -21,7 +21,7 @@ def rosetta_debugserver_installed():
21
import platform
22
version = platform.mac_ver()
23
# Workaround for an undiagnosed problem on green dragon.
24
- if version[0] and version[0][0] == '15' and version[0][1] == '5':
+ if version[0] == '15.5':
25
return False
26
return exists("/Library/Apple/usr/libexec/oah/debugserver")
27
0 commit comments