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 11// RUN: %empty-directory(%t)
22// RUN: split-file %s %t
33
4- // TODO: This test passes locally on my machine, but fails for an unknown reason in CI
5- // REQUIRES: rdar130167087
6-
74//--- secondary.swift
85
96final public class X < T> {
@@ -16,7 +13,11 @@ final public class X<T> {
1613
1714//--- primary.swift
1815
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
2021
2122// check that SourceKit does not crash on this
2223
You can’t perform that action at this time.
0 commit comments