Skip to content

Commit eb31b2b

Browse files
huonwDougGregor
authored andcommitted
Add a missing CHECK to a FileCheck test
1 parent e65f74d commit eb31b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Generics/requirement_inference.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,5 @@ protocol P30 {
397397
protocol P31 { }
398398

399399
// CHECK-LABEL: .sameTypeNameMatch1@
400-
// Generic signature: <T where T : P29, T : P30, T.X : P31, T.X == T.X>
400+
// CHECK: Generic signature: <T where T : P29, T : P30, T.X : P31, T.X == T.X>
401401
func sameTypeNameMatch1<T: P29 & P30>(_: T) where T.X: P31 { }

0 commit comments

Comments
 (0)