Skip to content

Commit 699b4d5

Browse files
authored
Merge pull request #830 from xedin/rdar-161676960
[Tests] NFC: Add `iOS` requirement to `selectConfiguredTargets` test
2 parents b5c9b74 + e633cde commit 699b4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftBuildTests/InspectBuildDescriptionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
7474
}
7575
}
7676

77-
@Test(.requireSDKs(.macOS))
77+
@Test(.requireSDKs(.macOS, .iOS))
7878
func artifacts() async throws {
7979
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
8080
try await withAsyncDeferrable { deferrable in

0 commit comments

Comments
 (0)