Skip to content

Commit ffe25be

Browse files
committed
[Tests] Distributed: Use %target-swift-6.0-abi-triple to avoid availability issues
1 parent 4d28cc6 commit ffe25be

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

Lines changed: 2 additions & 4 deletions
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)