Skip to content

Commit 5f42dd5

Browse files
authored
Merge pull request #41775 from xedin/disable-64-bit-test-on-32bit-simulators
[Distributed] NFC: Allow 64-bit distributed test only on x86_64 and arm64
2 parents f014e9f + 3b97bd5 commit 5f42dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Distributed/distributed_actor_accessor_thunks_64bit.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// REQUIRES: concurrency
77
// REQUIRES: distributed
88

9+
// REQUIRES: CPU=x86_64 || CPU=arm64
10+
911
// UNSUPPORTED: OS=windows-msvc
1012

1113
import _Distributed

0 commit comments

Comments
 (0)