Skip to content

Commit ac8cd1f

Browse files
committed
Update for old mangling
1 parent a4238fa commit ac8cd1f

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 @$S9protocols4testyyAA5Proto_pF : $@convention(thin) (@in Proto) -> ()
430+
// CHECK-LABEL: sil @_T09protocols4testyyAA5Proto_pF : $@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)