diff --git a/test/ModuleInterface/distributed_no_redundant_conformance.swift b/test/ModuleInterface/distributed_no_redundant_conformance.swift index 88b88bc5c1f0d..012c23c3140bb 100644 --- a/test/ModuleInterface/distributed_no_redundant_conformance.swift +++ b/test/ModuleInterface/distributed_no_redundant_conformance.swift @@ -13,6 +13,7 @@ public actor Example {} // CHECK-NOT: extension TestResilient.Example : _Concurrency.Actor {} +@available(SwiftStdlib 5.7, *) public distributed actor DistributedExample { public typealias ActorSystem = LocalTestingDistributedActorSystem distributed func example() {}