Skip to content

Commit 80278a4

Browse files
committed
Reinstate distributed actor typed throws test with proper availability
This test was failing in some configurations due to missing availability. Address it in the same manner as other distributed tests do, by setting a target triple with Swift 5.7. Fixes rdar://144229403.
1 parent 2cd7a45 commit 80278a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/Distributed/distributed_actor_typed_throws.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// REQUIRES: rdar144229403
2-
3-
// RUN: %target-typecheck-verify-swift
4-
// RUN: %target-swift-frontend -emit-sil -DMAKE_CORRECT %s -o - | %FileCheck %s
1+
// RUN: %target-swift-frontend -typecheck -verify -target %target-swift-5.7-abi-triple %s
2+
// RUN: %target-swift-frontend -emit-sil -target %target-swift-5.7-abi-triple -DMAKE_CORRECT %s -o - | %FileCheck %s
53

64
// UNSUPPORTED: back_deploy_concurrency
75
// REQUIRES: concurrency

0 commit comments

Comments
 (0)