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.
2 parents bf80c2f + 33385c4 commit 614ee92Copy full SHA for 614ee92
test/lit.site.cfg.in
@@ -143,7 +143,7 @@ if "@SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED@" == "TRUE":
143
config.available_features.add('distributed')
144
if "@SWIFT_STDLIB_STATIC_PRINT@" == "TRUE":
145
config.available_features.add('stdlib_static_print')
146
-if "@SWIFT_STDLIB_ENABLE_UNICODE_DATA" == "TRUE":
+if "@SWIFT_STDLIB_ENABLE_UNICODE_DATA@" == "TRUE":
147
config.available_features.add('stdlib_unicode_data')
148
if "@SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING@" == "TRUE":
149
config.available_features.add('string_processing')
0 commit comments