Skip to content

Commit 3038e01

Browse files
committed
Add missing host SDK requirement to test
rdar://149411160
1 parent d7751e2 commit 3038e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/BuildOperationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ fileprivate struct BuildOperationTests: CoreBasedTests {
397397
}
398398
}
399399

400-
@Test(.skipHostOS(.macOS), .skipHostOS(.windows, "cannot find testing library"), .requireThreadSafeWorkingDirectory)
400+
@Test(.requireSDKs(.host), .skipHostOS(.macOS), .skipHostOS(.windows, "cannot find testing library"), .requireThreadSafeWorkingDirectory)
401401
func unitTestWithGeneratedEntryPoint() async throws {
402402
try await withTemporaryDirectory { (tmpDir: Path) in
403403
let testProject = try await TestProject(

0 commit comments

Comments
 (0)