Skip to content

Commit d69fd57

Browse files
authored
Merge pull request #69504 from nate-chandler/test/20231030/1
[Test] Eased check in minimal_metadata.sil.
2 parents 3d8e4b9 + 3567348 commit d69fd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/minimal_metadata.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sil @takeTy : $<T> (@thick T.Type) -> ()
5151
// // Verify that the metadata for T.Assoc isn't spuriously completed again.
5252
// CHECK-NOT: call swiftcc %swift.metadata_response @swift_checkMetadataState(i64 0, ptr %T.Assoc)
5353
// // Verify that the metadata for T.Assoc from swift_getAssociatedTypeWitness is reused directly in the getBox call.
54-
// CHECK: call swiftcc void @getBox(ptr noalias sret(%swift.opaque) %6, ptr %T.Assoc, ptr %T.Assoc)
54+
// CHECK: call swiftcc void @getBox(ptr noalias sret(%swift.opaque) %{{.*}}, ptr %T.Assoc, ptr %T.Assoc)
5555
// }
5656
sil @test_struct : $@convention(thin) <T : P> () -> () {
5757
entry:

0 commit comments

Comments
 (0)