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 6ed6290 commit 7b81953Copy full SHA for 7b81953
test/lit.cfg
@@ -1029,7 +1029,8 @@ if run_vendor == 'apple':
1029
1030
# Freestanding doesn't back deploy.
1031
swift_execution_tests_extra_flags += \
1032
- ' -Xfrontend -disable-autolinking-runtime-compatibility-concurrency'
+ ' -Xfrontend -disable-autolinking-runtime-compatibility-concurrency' + \
1033
+ ' -runtime-compatibility-version none'
1034
1035
# To have visible references from symbolic manglings
1036
0 commit comments