Skip to content

Commit 7fa35fb

Browse files
committed
[Test] Disable objc_direct on watchOS
1 parent 5ec4143 commit 7fa35fb

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)