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 37ed08d commit c743b96Copy full SHA for c743b96
test/lit.site.cfg.in
@@ -155,10 +155,10 @@ if "@SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION@" == "TRUE":
155
config.available_features.add('observation')
156
if "@SWIFT_STDLIB_ENABLE_DEBUG_PRECONDITIONS_IN_RELEASE@" == "TRUE":
157
config.available_features.add('swift_stdlib_debug_preconditions_in_release')
158
-if "@SWIFT_ENABLE_SYNCHRONIZATION@" == "TRUE":
159
- config.available_features.add('synchronization')
160
if "@SWIFT_ENABLE_VOLATILE@" == "TRUE":
161
config.available_features.add('volatile')
+if "@SWIFT_ENABLE_SYNCHRONIZATION@" == "TRUE":
+ config.available_features.add('synchronization')
162
if "@SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB@" == "TRUE":
163
config.available_features.add('embedded_stdlib')
164
0 commit comments