Skip to content

Commit b001d5b

Browse files
committed
swift-syntax-test bug fixed; remove workaround
1 parent 143914a commit b001d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Distributed/LocalTestingDistributedActorSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class LocalTestingDistributedActorSystem: DistributedActorSystem, @
4545
public typealias InvocationDecoder = LocalTestingInvocationDecoder
4646
public typealias SerializationRequirement = Codable
4747

48-
private var activeActors: [ActorID: DistributedActor] = [:]
48+
private var activeActors: [ActorID: any DistributedActor] = [:]
4949
private let activeActorsLock = _Lock()
5050

5151
private var idProvider: ActorIDProvider = ActorIDProvider()

0 commit comments

Comments
 (0)