Skip to content

Commit 9f92220

Browse files
authored
Add REQUIRES: distributed to runtime_discoverable_attrs_distributed.swift (#63669)
The test is using the distributed capabilities, but it is not marked as such. If someone is not building with the distributed features enabled, the test will fail for them.
1 parent 8be7136 commit 9f92220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/type/runtime_discoverable_attrs_distributed.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature RuntimeDiscoverableAttrs -I %t
44

55
// REQUIRES: asserts
6+
// REQUIRES: distributed
67

78
import RuntimeAttrs
89
import Distributed

0 commit comments

Comments
 (0)