Skip to content

Commit fd96c35

Browse files
authored
Merge pull request #64296 from ahoppen/ahoppen/enable-test
Re-enable test/Generics/requirement_machine_diagnostics.swift
2 parents 23666a9 + a05ab76 commit fd96c35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Generics/requirement_machine_diagnostics.swift

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

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

0 commit comments

Comments
 (0)