Skip to content

Commit 3e7307b

Browse files
committed
[Reflection] Reenable inherits_ObjCClasses and inherits_NSObject tests on watchOS.
These are working again. I suspect that they were caused by a linker bug we've since worked around. rdar://problem/50898688
1 parent a69107d commit 3e7307b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

validation-test/Reflection/inherits_NSObject.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
// REQUIRES: objc_interop
88
// REQUIRES: executable_test
99

10-
// REQUIRES: OS=macosx || OS=ios || OS=tvos
11-
// NOTE: Test is temporarily disabled for watchOS until we can figure out why
12-
// it's failing there. rdar://problem/50898688
13-
1410
import Foundation
1511
import simd
1612

validation-test/Reflection/inherits_ObjCClasses.swift

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

1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
12-
// REQUIRES: OS=macosx || OS=ios || OS=tvos
13-
// NOTE: Test is temporarily disabled for watchOS until we can figure out why
14-
// it's failing there. rdar://problem/50898688
1512

1613
import simd
1714
import ObjCClasses

0 commit comments

Comments
 (0)