Skip to content

Commit edac7e0

Browse files
authored
Merge pull request #62593 from xymus/test-objc-direct
[Test] Disable objc_direct on watchOS
2 parents 409d187 + 7fa35fb commit edac7e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/objc_direct.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// REQUIRES: objc_interop
44

5+
// rdar://103369740 #62183
6+
// UNSUPPORTED: OS=watchos
7+
58
func markUsed<T>(_ t: T) {}
69

710
protocol BarProtocol {

0 commit comments

Comments
 (0)