Skip to content

Commit 6e4b10a

Browse files
committed
[Tests] Distributed: conditionalize deinit check
1 parent e22855e commit 6e4b10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ModuleInterface/distributed-actor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public distributed actor DAG<ActorSystem> where ActorSystem: DistributedActorSys
6262
// CHECK: public static func resolve(id: ActorSystem.ActorID, using system: ActorSystem) throws -> Library.DAG<ActorSystem>
6363
// CHECK: public typealias ID = ActorSystem.ActorID
6464
// CHECK: public typealias SerializationRequirement = any Swift.Decodable & Swift.Encodable
65-
// CHECK: @objc deinit
65+
// CHECK: {{@objc deinit|deinit}}
6666
// CHECK: nonisolated public var hashValue: Swift.Int {
6767
// CHECK: get
6868
// CHECK: }
@@ -99,4 +99,4 @@ func main() {
9999

100100
let dag: DAG<LocalTestingDistributedActorSystem>? = nil
101101
_ = dag
102-
}
102+
}

0 commit comments

Comments
 (0)