Skip to content

Commit 708f23a

Browse files
committed
[Distributed] Resolve test issue on old OSes in remoteCall labels
1 parent 8ac7f0b commit 708f23a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall_argument_labels.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
// UNSUPPORTED: OS=windows-msvc
88

9+
// The returned "effective" label changed in 5.9, to fix an incorrect behavior,
10+
// so we skip the test in previous releases:
11+
// UNSUPPORTED: back_deployment_runtime
12+
913
import Distributed
1014

1115
@available(SwiftStdlib 5.5, *)

0 commit comments

Comments
 (0)