Skip to content

Commit 2419729

Browse files
authored
Merge pull request #64224 from nate-chandler/rdar106457182
[Test] Disabled test failing in macOS PR testing.
2 parents 11e5fc8 + ee3fb5e commit 2419729

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)