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.
1 parent e12b1b5 commit 46ae21cCopy full SHA for 46ae21c
test/Concurrency/Backdeploy/mangling.swift
@@ -12,10 +12,10 @@
12
// RUN: %target-build-swift -target %target-cpu-apple-macosx10.15 %s -o %t/test_mangling -Xfrontend -disable-availability-checking
13
// RUN: %target-run %t/test_mangling
14
15
-// REQUIRESx: CPU=x86_64
16
// REQUIRES: OS=macosx
17
// REQUIRES: executable_test
18
// REQUIRES: concurrency_runtime
+// UNSUPPORTED: back_deployment_runtime
19
20
actor MyActor { }
21
test/Concurrency/Backdeploy/objc_actor.swift
@@ -5,6 +5,7 @@
5
6
7
8
9
10
import Foundation
11
0 commit comments