Skip to content

Commit f83775b

Browse files
committed
Fix a few tests for the actor transport associated type
1 parent c2ba06c commit f83775b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/IRGen/distributed_actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import _Distributed
66

77
// Type descriptor.
8-
// CHECK-LABEL: @"$s17distributed_actor7MyActorC0B9Transport12_Distributed0dE0_pvpWvd"
8+
// CHECK-LABEL: @"$s17distributed_actor7MyActorC2id12_Distributed03AnyD8IdentityVvpWvd"
99

1010
@available(SwiftStdlib 5.6, *)
1111
public distributed actor MyActor {

test/Serialization/distributed.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import _Distributed
1414
import def_distributed
1515

16-
func testDoSomethingDistributed(transport: ActorTransport) {
16+
func testDoSomethingDistributed(transport: AnyActorTransport) {
1717
let _: DA = DA(transport: transport)
1818
}
1919

0 commit comments

Comments
 (0)