Skip to content

Commit a53ab38

Browse files
authored
Add missing distributed requirement to test (#37886)
1 parent 7af2ceb commit a53ab38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Distributed/distributed_actor_is_experimental.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-concurrency
22
// ^^^^ notice the, on purpose, missing '-enable-experimental-distributed'
33
// REQUIRES: concurrency
4+
// REQUIRES: distributed
45

56
actor SomeActor {}
67

0 commit comments

Comments
 (0)