Skip to content

Commit 256908b

Browse files
committed
[embedded] Mark embedded/fno-builtin.swift as macOS only
1 parent 0687da3 commit 256908b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/embedded/fno-builtin.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-swift-emit-ir %s %S/Inputs/print.swift -module-name main -Xcc -fno-builtin -enable-experimental-feature Embedded | %FileCheck %s
22
// RUN: %target-swift-emit-ir %s %S/Inputs/print.swift -module-name main -Xcc -ffreestanding -enable-experimental-feature Embedded | %FileCheck %s
33

4+
// REQUIRES: swift_in_compiler
5+
// REQUIRES: VENDOR=apple
6+
// REQUIRES: OS=macosx
7+
48
public func foo() -> [Int] {
59
var a = [1, 2, 3]
610
a.append(4)

0 commit comments

Comments
 (0)