File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import SWBCore
2222// These tests use the old model, ie. the index build arena is disabled.
2323@Suite ( . requireHostOS( . macOS) )
2424fileprivate struct InspectBuildDescriptionTests {
25- @Test
25+ @Test ( . requireSDKs ( . macOS ) )
2626 func configuredTargets( ) async throws {
2727 try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
2828 try await withAsyncDeferrable { deferrable in
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
7474 }
7575 }
7676
77- @Test
77+ @Test ( . requireSDKs ( . macOS ) )
7878 func configuredTargetSources( ) async throws {
7979 try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
8080 try await withAsyncDeferrable { deferrable in
@@ -152,7 +152,7 @@ fileprivate struct InspectBuildDescriptionTests {
152152 }
153153 }
154154
155- @Test
155+ @Test ( . requireSDKs ( . macOS ) )
156156 func indexCompilerArguments( ) async throws {
157157 try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
158158 try await withAsyncDeferrable { deferrable in
You can’t perform that action at this time.
0 commit comments