File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ endif()
239
239
foreach (SDK ${SWIFT_SDKS} )
240
240
foreach (ARCH ${SWIFT_SDK_${SDK}_ARCHITECTURES} )
241
241
# macCatalyst needs to run two sets of tests: one with the normal macosx target triple
242
- # and one with the the macCatalyst ios-macabi triple. The build_flavors list will
243
- # have have only the "default" flavor for all SDKs and architectures except
242
+ # and one with the macCatalyst ios-macabi triple. The build_flavors list will
243
+ # have only the "default" flavor for all SDKs and architectures except
244
244
# OSX when macCatalyst support is enabled.
245
245
get_swift_test_build_flavors (build_flavors "${SDK} " )
246
246
@@ -296,7 +296,7 @@ foreach(SDK ${SWIFT_SDKS})
296
296
"swift-test-stdlib-${SWIFT_SDK_${SDK} _LIB_SUBDIR}" )
297
297
298
298
if (BUILD_FLAVOR STREQUAL "ios-like" )
299
- # When testing the iOS-like build flavor, use the the normal macOS
299
+ # When testing the iOS-like build flavor, use the normal macOS
300
300
# swift-reflection-test-tool. That tool runs out of process so it
301
301
# doesn't need to be build for macCatalyst.
302
302
list (APPEND test_dependencies
You can’t perform that action at this time.
0 commit comments