Skip to content

Commit 30d1fe6

Browse files
committed
[embedded] Explicitly pass a -target in SourceKit/Diagnostics/embedded_non_wmo.swift
1 parent a264468 commit 30d1fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SourceKit/Diagnostics/embedded_non_wmo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// RUN: %empty-directory(%t)
44
// RUN: split-file %s %t
55

6-
// RUN: %sourcekitd-test -req=diags %t/file1.swift -- %t/file1.swift %t/file2.swift -enable-experimental-feature Embedded | %FileCheck %s
6+
// RUN: %sourcekitd-test -req=diags %t/file1.swift -- %t/file1.swift %t/file2.swift -enable-experimental-feature Embedded -target %target-cpu-apple-macos14 | %FileCheck %s
77

88
// REQUIRES: swift_in_compiler
99
// REQUIRES: embedded_stdlib
10-
// REQUIRES: OS=macosx || OS=linux-gnu
10+
// REQUIRES: OS=macosx
1111

1212
//--- file1.swift
1313

0 commit comments

Comments
 (0)