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
22
22
// These tests use the old model, ie. the index build arena is disabled.
23
23
@Suite ( . requireHostOS( . macOS) )
24
24
fileprivate struct InspectBuildDescriptionTests {
25
- @Test
25
+ @Test ( . requireSDKs ( . macOS ) )
26
26
func configuredTargets( ) async throws {
27
27
try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
28
28
try await withAsyncDeferrable { deferrable in
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
74
74
}
75
75
}
76
76
77
- @Test
77
+ @Test ( . requireSDKs ( . macOS ) )
78
78
func configuredTargetSources( ) async throws {
79
79
try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
80
80
try await withAsyncDeferrable { deferrable in
@@ -152,7 +152,7 @@ fileprivate struct InspectBuildDescriptionTests {
152
152
}
153
153
}
154
154
155
- @Test
155
+ @Test ( . requireSDKs ( . macOS ) )
156
156
func indexCompilerArguments( ) async throws {
157
157
try await withTemporaryDirectory { ( temporaryDirectory: NamedTemporaryDirectory ) in
158
158
try await withAsyncDeferrable { deferrable in
You can’t perform that action at this time.
0 commit comments