Skip to content

Commit 1075bb8

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 dda9a4d commit 1075bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Distributed/distributed_actor_typed_throws.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-typecheck-verify-swift
2-
// 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
33

44
// UNSUPPORTED: back_deploy_concurrency
55
// REQUIRES: concurrency

0 commit comments

Comments
 (0)