Skip to content

Commit f3dc8d0

Browse files
authored
Spelling test cmakelists.txt (#58582)
* spelling: have Signed-off-by: Josh Soref <[email protected]> * spelling: the Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent de431c6 commit f3dc8d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ endif()
239239
foreach(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

0 commit comments

Comments
 (0)