Skip to content

Commit bfc12c5

Browse files
committed
Fix another test
1 parent 00f1e1e commit bfc12c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Distributed/distributed_actor_to_actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Distributed
2121
// Make sure there is no runtime record of the protocol descriptor.
2222
// CHECK-IR-NOT: $sxScA11DistributedHc
2323

24-
// CHECK-SIL-LABEL: sil hidden @$s021distributed_actor_to_B011getAnyActor0aF0ScA_pxYi_t11Distributed0gF0RzlF : $@convention(thin) <τ_0_0 where τ_0_0 : DistributedActor> (@guaranteed τ_0_0) -> @owned any Actor
24+
// CHECK-SIL-LABEL: sil hidden @$s021distributed_actor_to_B011getAnyActor0aF0ScA_pxYi_t11Distributed0gF0RzlF : $@convention(thin) <τ_0_0 where τ_0_0 : DistributedActor> (@isolated @guaranteed τ_0_0) -> @owned any Actor
2525
func getAnyActor(distributedActor: isolated some DistributedActor) -> any Actor {
2626
// CHECK-SIL: [[EXISTENTIAL:%.*]] = init_existential_ref %0 : $τ_0_0 : $τ_0_0, $any Actor
2727
// CHECK-SIL-NEXT: strong_retain [[EXISTENTIAL]] : $any Actor

0 commit comments

Comments
 (0)