Skip to content

Commit ebe40b0

Browse files
committed
[Test] Update a SILGen test
1 parent f72232e commit ebe40b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/protocol_enum_witness.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum AnotherBar: AnotherFoo {
2626
// CHECK-NEXT: return [[TUPLE]] : $()
2727
// CHECK-END: }
2828

29-
// CHECK-LABEL: sil hidden [transparent] [ossa] @$s21protocol_enum_witness3BarO6buttonyA2CmF : $@convention(method) (@thin Bar.Type) -> Bar {
29+
// CHECK-LABEL: sil shared [transparent] [ossa] @$s21protocol_enum_witness3BarO6buttonyA2CmF : $@convention(method) (@thin Bar.Type) -> Bar {
3030
// CHECK: bb0({{%.*}} : $@thin Bar.Type):
3131
// CHECK-NEXT: [[CASE:%.*]] = enum $Bar, #Bar.button!enumelt
3232
// CHECK-NEXT: return [[CASE]] : $Bar

0 commit comments

Comments
 (0)