Skip to content

Commit 1e3155e

Browse files
committed
Fix test for linux
1 parent 53e9064 commit 1e3155e

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
@@ -745,7 +745,7 @@ bb0(%x : $*SwiftClassPair):
745745
sil public_external @closure : $@convention(thin) (@in_guaranteed ResilientInt, @guaranteed SwiftClass) -> ()
746746

747747
// Make sure that we use the heap header size (16) for the initial offset.
748-
// CHECK: define swiftcc void @test_initial_offset(%swift.opaque* noalias nocapture %0, %T13partial_apply10SwiftClassC* %1)
748+
// CHECK-LABEL: define{{.*}} swiftcc void @test_initial_offset(%swift.opaque* noalias nocapture %0, %T13partial_apply10SwiftClassC* %1)
749749
// CHECK: [[T0:%.*]] = call swiftcc %swift.metadata_response @"$s16resilient_struct12ResilientIntVMa"
750750
// CHECK: [[MD:%.*]] = extractvalue %swift.metadata_response [[T0]], 0
751751
// CHECK: [[CAST:%.*]] = bitcast %swift.type* [[MD]] to i8***

0 commit comments

Comments
 (0)