Skip to content

Commit ee3fb5e

Browse files
committed
[Test] Disabled test failing in macOS PR testing.
rdar://106457182
1 parent 11e5fc8 commit ee3fb5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Generics/requirement_machine_diagnostics.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -warn-redundant-requirements
22

3+
// REQUIRES: rdar106457182
4+
35
func testInvalidConformance() {
46
// expected-error@+1 {{type 'T' constrained to non-protocol, non-class type 'Int'}}
57
func invalidIntConformance<T>(_: T) where T: Int {}

0 commit comments

Comments
 (0)