Skip to content

Commit 081fb11

Browse files
committed
Fix test on linux
1 parent b01889c commit 081fb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/partial_apply.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ struct SomeType : Proto2 {
779779

780780
sil @foo : $@convention(thin) <τ_0_0, τ_0_1 where τ_0_0 : Proto1, τ_0_1 : Proto2> (@in_guaranteed τ_0_0, @in_guaranteed τ_0_1) -> ()
781781

782-
// CHECK-64-LABEL: define swiftcc void @empty_followed_by_non_fixed(%T13partial_apply8SomeTypeV* noalias nocapture %0)
782+
// CHECK-64-LABEL: define{{.*}} swiftcc void @empty_followed_by_non_fixed(%T13partial_apply8SomeTypeV* noalias nocapture %0)
783783
// CHECK-64: [[FLAGS:%.*]] = load i32, i32*
784784
// CHECK-64: [[FLAGS2:%.*]] = zext i32 [[FLAGS]] to i64
785785
// CHECK-64: [[ALIGNMASK:%.*]] = and i64 [[FLAGS2]], 255

0 commit comments

Comments
 (0)