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 {
2121}
2222
2323distributed actor PickATransport2 {
24- init ( other: Int , thesystem : FakeActorSystem ) async {
25- self . actorSystem = thesystem
24+ init ( other: Int , theSystem : FakeActorSystem ) async {
25+ self . actorSystem = theSystem
2626 }
2727}
2828
@@ -240,7 +240,7 @@ func test() async {
240240 // CHECK-NOT: ready
241241 // CHECK: resign id:ActorAddress(address: "[[ID5]]")
242242
243- test. append ( await PickATransport2 ( other: 1 , thesystem : system) )
243+ test. append ( await PickATransport2 ( other: 1 , theSystem : system) )
244244 // CHECK: assign type:PickATransport2, id:ActorAddress(address: "[[ID6:.*]]")
245245 // CHECK: ready actor:main.PickATransport2, id:ActorAddress(address: "[[ID6]]")
246246
You can’t perform that action at this time.
0 commit comments