File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: split-file %s %t
3
3
4
- // TODO: This test passes locally on my machine, but fails for an unknown reason in CI
5
- // REQUIRES: rdar130167087
6
-
7
4
//--- secondary.swift
8
5
9
6
final public class X < T> {
@@ -16,7 +13,11 @@ final public class X<T> {
16
13
17
14
//--- primary.swift
18
15
19
- // RUN: %sourcekitd-test -req=diags %t/primary.swift -- %t/primary.swift %t/secondary.swift -enable-experimental-feature Embedded
16
+ // RUN: %sourcekitd-test -req=diags %t/primary.swift -- %t/primary.swift %t/secondary.swift -enable-experimental-feature Embedded -target %target-cpu-apple-macos14
17
+
18
+ // REQUIRES: swift_in_compiler
19
+ // REQUIRES: embedded_stdlib
20
+ // REQUIRES: OS=macosx
20
21
21
22
// check that SourceKit does not crash on this
22
23
You can’t perform that action at this time.
0 commit comments