Skip to content

Commit 88c2e45

Browse files
authored
Merge pull request #395 from stmontgomery/swift-testing-textual-interfaces
Switch to .swiftinterface files for Testing module
2 parents c69bbdf + f7b2375 commit 88c2e45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<Directory Name="Library">
6363
<!--
6464
FIXME(compnerd) this should actually be the proper version
65-
of XCTest and Tesing, and needs to be reflected in the plist as well.
65+
of XCTest and Testing, and needs to be reflected in the plist as well.
6666
-->
6767
<!-- XCTest -->
6868
<Directory Name="XCTest-development">
@@ -169,7 +169,7 @@
169169
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftdoc" />
170170
</Component>
171171
<Component Directory="Testing.swiftmodule">
172-
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftmodule" />
172+
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftinterface" />
173173
</Component>
174174
</ComponentGroup>
175175

platforms/Windows/sdk/win/sdk.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" />
158158
</Component>
159159
<Component Directory="Testing.swiftmodule">
160-
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftmodule" />
160+
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" />
161161
</Component>
162162
</ComponentGroup>
163163

0 commit comments

Comments
 (0)