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()
239239foreach (SDK ${SWIFT_SDKS} )
240240 foreach (ARCH ${SWIFT_SDK_${SDK} _ARCHITECTURES})
241241 # 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
244244 # OSX when macCatalyst support is enabled.
245245 get_swift_test_build_flavors(build_flavors "${SDK} " )
246246
@@ -296,7 +296,7 @@ foreach(SDK ${SWIFT_SDKS})
296296 "swift-test-stdlib-${SWIFT_SDK_${SDK} _LIB_SUBDIR}" )
297297
298298 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
300300 # swift-reflection-test-tool. That tool runs out of process so it
301301 # doesn't need to be build for macCatalyst.
302302 list (APPEND test_dependencies
You can’t perform that action at this time.
0 commit comments