Skip to content

Commit b582505

Browse files
committed
Second try at adjusting the mangling
1 parent ac8cd1f commit b582505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/protocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public func test(_ p: Proto) {
427427
p.val.x += 1
428428
}
429429

430-
// CHECK-LABEL: sil @_T09protocols4testyyAA5Proto_pF : $@convention(thin) (@in Proto) -> ()
430+
// CHECK-LABEL: sil @_T09protocols4test{{.*}}: $@convention(thin) (@in Proto) -> ()
431431
// CHECK: [[OPEN:%.*]] = open_existential_addr immutable_access
432432
// CHECK: [[MAT:%.*]] = witness_method $@opened("{{.*}}") Proto, #Proto.val!materializeForSet
433433
// CHECK: [[BUF:%.*]] = apply [[MAT]]

0 commit comments

Comments
 (0)