We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22855e commit 6e4b10aCopy full SHA for 6e4b10a
test/ModuleInterface/distributed-actor.swift
@@ -62,7 +62,7 @@ public distributed actor DAG<ActorSystem> where ActorSystem: DistributedActorSys
62
// CHECK: public static func resolve(id: ActorSystem.ActorID, using system: ActorSystem) throws -> Library.DAG<ActorSystem>
63
// CHECK: public typealias ID = ActorSystem.ActorID
64
// CHECK: public typealias SerializationRequirement = any Swift.Decodable & Swift.Encodable
65
-// CHECK: @objc deinit
+// CHECK: {{@objc deinit|deinit}}
66
// CHECK: nonisolated public var hashValue: Swift.Int {
67
// CHECK: get
68
// CHECK: }
@@ -99,4 +99,4 @@ func main() {
99
100
let dag: DAG<LocalTestingDistributedActorSystem>? = nil
101
_ = dag
102
-}
+}
0 commit comments