Skip to content

Commit e2d82f1

Browse files
committed
Add missing compilers for Test-XCTest
1 parent 4cd42a6 commit e2d82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2858,7 +2858,7 @@ function Test-XCTest {
28582858
-Src $SourceCache\swift-corelibs-xctest `
28592859
-Bin (Get-ProjectBinaryCache $BuildPlatform XCTest) `
28602860
-Platform $BuildPlatform `
2861-
-UseBuiltCompilers Swift `
2861+
-UseBuiltCompilers C,CXX,Swift `
28622862
-SwiftSDK $null `
28632863
-BuildTargets default,check-xctest `
28642864
-Defines @{

0 commit comments

Comments
 (0)