Skip to content

Commit 740400e

Browse files
authored
Merge pull request swiftlang#84457 from swiftlang/wip-fix-availability-in-test-distributed_no_redundant_conformance
2 parents e64241c + 3b3c364 commit 740400e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ModuleInterface/distributed_no_redundant_conformance.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public actor Example {}
1313

1414
// CHECK-NOT: extension TestResilient.Example : _Concurrency.Actor {}
1515

16+
@available(SwiftStdlib 5.7, *)
1617
public distributed actor DistributedExample {
1718
public typealias ActorSystem = LocalTestingDistributedActorSystem
1819
distributed func example() {}

0 commit comments

Comments
 (0)