Skip to content

Commit a806726

Browse files
committed
spelling: thesystem
Signed-off-by: Josh Soref <[email protected]>
1 parent 75fd056 commit a806726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ distributed actor PickATransport1 {
2121
}
2222

2323
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
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

0 commit comments

Comments
 (0)