Skip to content

Commit c18d57a

Browse files
committed
XFAIL a test that fails due to a new GSB assert
I added this test case in swiftlang#36402; the change in swiftlang#36411 correctly flags some bogus same-type requirements in a minimized signature and asserts.
1 parent 6f4f9f8 commit c18d57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Generics/sr11153.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-frontend -typecheck -debug-generic-signatures %s 2>&1 | not %FileCheck %s
22
// RUN: %target-swift-frontend -emit-ir %s
33

4+
// XFAIL: asserts
5+
46
// CHECK: Requirement signature: <Self where Self.Field : FieldAlgebra>
57
public protocol VectorSpace {
68
associatedtype Field: FieldAlgebra

0 commit comments

Comments
 (0)