Skip to content

Commit 6812658

Browse files
committed
mangling changed in multiple systems test
1 parent 485388a commit 6812658

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall_protocol_method_in_presence_of_multiple_systems.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ distributed actor Feeder: FeederProtocol {
7070
// CHECK-NEXT: > encode generic sub: main.$GreeterProtocol<main.FakeRoundtripActorSystem>
7171
// CHECK-NEXT: > encode return type: Swift.String
7272
// CHECK-NEXT: > done recording
73-
// CHECK-NEXT: >> remoteCall: on:main.$GreeterProtocol<main.FakeRoundtripActorSystem>, target:main.$GreeterProtocol.greet(), invocation:FakeInvocationEncoder(genericSubs: [main.$GreeterProtocol<main.FakeRoundtripActorSystem>]
74-
// CHECK-NEXT: > execute distributed target: main.$GreeterProtocol.greet(), identifier: $s4main16$GreeterProtocolC5greetSSyYaKAA0bC0RzlFTE
73+
// CHECK-NEXT: >> remoteCall: on:main.$GreeterProtocol<main.FakeRoundtripActorSystem>, target:main.$GreeterProtocol.greet(), invocation:FakeInvocationEncoder(genericSubs: [main.$GreeterProtocol<main.FakeRoundtripActorSystem>], arguments: [], returnType: Optional(Swift.String), errorType: nil), throwing:Swift.Never, returning:Swift.String
74+
// CHECK-NEXT: > execute distributed target: main.$GreeterProtocol.greet(), identifier: $s4main16$GreeterProtocolC5greetSSyYaKFTE
75+
// FIXME: was: > execute distributed target: main.$GreeterProtocol.greet(), identifier: $s4main16$GreeterProtocolC5greetSSyYaKAA0bC0RzlFTE
7576
// Notes:
7677
// - The call is made on the stub: $GreeterProtocol
7778
// - the record is name is 'HF' for the accessible function

0 commit comments

Comments
 (0)