Skip to content

Commit b626da8

Browse files
aschwaighoferhamishknight
authored andcommitted
Fix relative_protocol_witness_table.swift on some bots
rdar://125566233
1 parent 002360e commit b626da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/relative_protocol_witness_table.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public func requireFormallyResilientWitness<T: ResilientProto> (_ t: T) {
344344
}
345345

346346
// EVO: define{{.*}} swiftcc void @"$s1A27useFormallyResilientWitnessyyF"()
347-
// EVO: call swiftcc void @"$s1A31requireFormallyResilientWitnessyyx9resilient0C5ProtoRzlF"(ptr noalias %4, ptr %1, ptr @"$s9resilient15ResilientStructVyxGAA0B5ProtoAAWP{{(.ptrauth)?}}")
347+
// EVO: call swiftcc void @"$s1A31requireFormallyResilientWitnessyyx9resilient0C5ProtoRzlF"(ptr noalias %{{[0-9]+}}, ptr %{{[0-9]+}}, ptr @"$s9resilient15ResilientStructVyxGAA0B5ProtoAAWP{{(.ptrauth)?}}")
348348
public func useFormallyResilientWitness() {
349349
requireFormallyResilientWitness(ResilientStruct(1))
350350
}

0 commit comments

Comments
 (0)