Skip to content

Commit 4bc9e31

Browse files
committed
Fix test for linux
1 parent 14ff9c1 commit 4bc9e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/fulfillment.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class K<T> : A2 where T : C {
7070

7171
sil @callee : $@convention(method) <τ_0_0 where τ_0_0 : A2, τ_0_0.AssocTy : C> (@in_guaranteed τ_0_0) -> ()
7272

73-
// CHECK-LABEL: define swiftcc void @caller(%T11fulfillment1KC** {{.*}}, %swift.type* %Self, i8** %SelfWitnessTable)
73+
// CHECK-LABEL: define{{.*}} swiftcc void @caller(%T11fulfillment1KC** {{.*}}, %swift.type* %Self, i8** %SelfWitnessTable)
7474
// CHECK: entry:
7575
// CHECK: %1 = bitcast %swift.type* %Self to i8***
7676
// CHECK: %2 = getelementptr inbounds i8**, i8*** %1, i64 11

0 commit comments

Comments
 (0)