Skip to content

Commit 7affd14

Browse files
committed
fix assertions in other test
1 parent 1ea4e91 commit 7affd14

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/ModuleInterface/distributed-actor.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,13 @@ public distributed actor DAG<ActorSystem> where ActorSystem: DistributedActorSys
7373
// CHECK: }
7474
}
7575

76-
// CHECK-NOT: #if compiler(>=5.3) && $Actors
77-
// CHECK: @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
78-
// CHECK-NEXT:extension Library.DA : Distributed.DistributedActor {}
7976
// CHECK-NOT: #if compiler(>=5.3) && $Actors
8077
// CHECK: @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
8178
// CHECK-NEXT:extension Library.DA : Swift.Encodable {}
8279
// CHECK-NOT: #if compiler(>=5.3) && $Actors
8380
// CHECK: @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
8481
// CHECK-NEXT:extension Library.DA : Swift.Decodable {}
8582

86-
// CHECK-NOT: #if compiler(>=5.3) && $Actors
87-
// CHECK: @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
88-
// CHECK-NEXT: extension Library.DAG : Distributed.DistributedActor {}
89-
9083
//--- Client.swift
9184

9285
import Distributed

0 commit comments

Comments
 (0)