Skip to content

Commit 7d7673b

Browse files
authored
[Distributed] simplify version match in test (#72242)
1 parent aef0369 commit 7d7673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/distributed-actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public distributed actor DA {
5252
}
5353

5454
// CHECK-NOT: #if compiler(>=5.3) && $Actors
55-
// CHECK: @available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
55+
// CHECK: @available({{.*}})
5656
// CHECK-NEXT: distributed public actor DAG<ActorSystem> where ActorSystem : Distributed.DistributedActorSystem, ActorSystem.SerializationRequirement == any Swift.Decodable & Swift.Encodable {
5757
@available(SwiftStdlib 6.0, *)
5858
public distributed actor DAG<ActorSystem> where ActorSystem: DistributedActorSystem<any Codable> {

0 commit comments

Comments
 (0)