Skip to content

Commit bc9f3f3

Browse files
committed
[SourceKit] Enable Misc/embedded_no_wmo.swift
1 parent 1d48548 commit bc9f3f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/SourceKit/Misc/embedded_no_wmo.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

96
final 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

0 commit comments

Comments
 (0)