Skip to content

Commit 96eb9d2

Browse files
authored
Merge pull request #79160 from DougGregor/reenable-distributed-typed-throws
Reinstate distributed actor typed throws test with proper availability
2 parents c1063d0 + 80278a4 commit 96eb9d2

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)