Skip to content

Commit 91cde35

Browse files
Merge pull request swiftlang#39892 from aschwaighofer/distributed_actor_default_test_restriction
Mark distributed_actor_default_init/deinit tests as requiring macOS
2 parents 9ec9431 + 54319d7 commit 91cde35

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Distributed/SIL/distributed_actor_default_deinit_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

test/Distributed/SIL/distributed_actor_default_init_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

0 commit comments

Comments
 (0)