Skip to content

Commit a8c7ef7

Browse files
authored
Merge pull request swiftlang#31342 from brentdax/a-catalyst-for-merge-conflicts
Rename Mac Catalyst-related test
2 parents 5239668 + 0c54e2d commit a8c7ef7

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

test/ModuleInterface/swift_build_sdk_interfaces/iosmac.test-sh renamed to test/ModuleInterface/swift_build_sdk_interfaces/maccatalyst.test-sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RUN: %swift_build_sdk_interfaces -sdk %S/Inputs/iosmac-sdk/MacOSX.sdk/ -Fsystem-iosmac SECRET_SEARCH_PATH -v -n -o %t/output > %t.txt
1+
RUN: %swift_build_sdk_interfaces -sdk %S/Inputs/maccatalyst-sdk/MacOSX.sdk/ -Fsystem-iosmac SECRET_SEARCH_PATH -v -n -o %t/output > %t.txt
22
RUN: %FileCheck %s < %t.txt
33
RUN: %FileCheck -check-prefix NEGATIVE %s < %t.txt
44

0 commit comments

Comments
 (0)