Skip to content

Commit b6c4afa

Browse files
committed
[embedded] Mark osize tests as REQUIRES: swift_in_compiler
1 parent 3beb045 commit b6c4afa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/embedded/osize-genericspecializer.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %target-swift-emit-ir -Osize %s -enable-experimental-feature Embedded | %FileCheck %s
22

3+
// REQUIRES: swift_in_compiler
4+
// REQUIRES: VENDOR=apple
5+
// REQUIRES: OS=macosx
6+
37
public func foo<T>(n: T) {
48
bar(n: 42)
59
}

test/embedded/osize-releasedevirt.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %target-swift-emit-ir -Osize %s -enable-experimental-feature Embedded | %FileCheck %s
22

3+
// REQUIRES: swift_in_compiler
4+
// REQUIRES: VENDOR=apple
5+
// REQUIRES: OS=macosx
6+
37
public func foo() {
48
bar([42])
59
}

0 commit comments

Comments
 (0)