Skip to content

Commit 5fead14

Browse files
committed
[test][Distributed] Adjust availability of distributed actors outside test/Distributed
1 parent 2732765 commit 5fead14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/IRGen/distributed_actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import _Distributed
77
// Type descriptor.
88
// CHECK-LABEL: @"$s17distributed_actor7MyActorC0B9Transport12_Distributed0dE0_pvpWvd"
99

10-
@available(SwiftStdlib 5.1, *)
10+
@available(SwiftStdlib 5.6, *)
1111
public distributed actor MyActor {
1212
// nothing
1313
}

test/Serialization/Inputs/def_distributed.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _Distributed
22

3-
@available(SwiftStdlib 5.1, *)
3+
@available(SwiftStdlib 5.6, *)
44
public distributed actor DA {
55
public distributed func doSomethingDistributed(param: String) async -> Int {
66
return 0

0 commit comments

Comments
 (0)