We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1063d0 + 80278a4 commit 96eb9d2Copy full SHA for 96eb9d2
test/Distributed/distributed_actor_typed_throws.swift
@@ -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
+// RUN: %target-swift-frontend -typecheck -verify -target %target-swift-5.7-abi-triple %s
+// RUN: %target-swift-frontend -emit-sil -target %target-swift-5.7-abi-triple -DMAKE_CORRECT %s -o - | %FileCheck %s
5
6
// UNSUPPORTED: back_deploy_concurrency
7
// REQUIRES: concurrency
0 commit comments