Skip to content

Commit b5e3997

Browse files
committed
Temporarily disable dynamic_lookup.swift for non-macOS
1 parent 38fc849 commit b5e3997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Constraints/dynamic_lookup.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// RUN: %target-typecheck-verify-swift -swift-version 5 -I %t -verify-ignore-unknown
55

66
// REQUIRES: objc_interop
7+
8+
// FIXME(rdar://64425653): We should re-enable this test for other platforms.
9+
// REQUIRES: OS=macosx
10+
711
import Foundation
812
import PrivateObjC
913

0 commit comments

Comments
 (0)