File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ distributed actor PickATransport1 {
25
25
}
26
26
27
27
distributed actor PickATransport2 {
28
- init ( other: Int , thesystem : FakeActorSystem ) async {
29
- self . actorSystem = thesystem
28
+ init ( other: Int , theSystem : FakeActorSystem ) async {
29
+ self . actorSystem = theSystem
30
30
}
31
31
}
32
32
@@ -253,7 +253,7 @@ func test() async {
253
253
// CHECK-NOT: ready
254
254
// CHECK: resign id:ActorAddress(address: "[[ID5]]")
255
255
256
- test. append ( await PickATransport2 ( other: 1 , thesystem : system) )
256
+ test. append ( await PickATransport2 ( other: 1 , theSystem : system) )
257
257
// CHECK: assign type:PickATransport2, id:ActorAddress(address: "[[ID6:.*]]")
258
258
// CHECK: ready actor:main.PickATransport2, id:ActorAddress(address: "[[ID6]]")
259
259
You can’t perform that action at this time.
0 commit comments