Skip to content

Commit d3c6688

Browse files
authored
Merge pull request #76987 from rintaro/cxxembedded-requires
[Test] Add 'REQUIRES: embedded_stdlib' to an embedded test
2 parents 9265743 + adb8337 commit d3c6688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interop/SwiftToCxx/core/embedded-swift.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %FileCheck %s < %t/core.h
44

55
// REQUIRES: OS=macosx
6+
// REQUIRES: embedded_stdlib
67

78
public func id(_ x: Int) -> Int {
89
return x

0 commit comments

Comments
 (0)