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 @@ -21,8 +21,8 @@ distributed actor PickATransport1 {
21
21
}
22
22
23
23
distributed actor PickATransport2 {
24
- init ( other: Int , thesystem : FakeActorSystem ) async {
25
- self . actorSystem = thesystem
24
+ init ( other: Int , theSystem : FakeActorSystem ) async {
25
+ self . actorSystem = theSystem
26
26
}
27
27
}
28
28
@@ -240,7 +240,7 @@ func test() async {
240
240
// CHECK-NOT: ready
241
241
// CHECK: resign id:ActorAddress(address: "[[ID5]]")
242
242
243
- test. append ( await PickATransport2 ( other: 1 , thesystem : system) )
243
+ test. append ( await PickATransport2 ( other: 1 , theSystem : system) )
244
244
// CHECK: assign type:PickATransport2, id:ActorAddress(address: "[[ID6:.*]]")
245
245
// CHECK: ready actor:main.PickATransport2, id:ActorAddress(address: "[[ID6]]")
246
246
You can’t perform that action at this time.
0 commit comments