Skip to content

Commit ca1320e

Browse files
authored
Merge pull request #80551 from xedin/fix-new-distributed-test
[Tests] Distributed: Use `%target-swift-6.0-abi-triple` to avoid avai…
2 parents ddd9914 + ffe25be commit ca1320e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/Distributed/distributed_actor_adhoc_requirements_optimized_build.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-swift-frontend -emit-ir -swift-version 6 -O -I %t %s
3-
// RUN: %target-swift-frontend -emit-sil -swift-version 6 -O -I %t %s | %FileCheck %s
2+
// RUN: %target-swift-frontend -target %target-swift-6.0-abi-triple -emit-ir -swift-version 6 -O -I %t %s
3+
// RUN: %target-swift-frontend -target %target-swift-6.0-abi-triple -emit-sil -swift-version 6 -O -I %t %s | %FileCheck %s
44

55
// REQUIRES: concurrency
66
// REQUIRES: distributed
77

8-
// REQUIRES: OS=macosx || OS=ios
9-
108
import Distributed
119

1210
// NOTE: None of the ad-hoc protocol requirement implementations

0 commit comments

Comments
 (0)