Skip to content

Commit 550726a

Browse files
authored
Merge pull request swiftlang#32420 from hamishknight/disable-test
Temporarily disable dynamic_lookup.swift for non-macOS
2 parents 8dd20c1 + b5e3997 commit 550726a

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)