Skip to content

Commit 46ae21c

Browse files
committed
Minor concurrency test requirement cleanups
(cherry picked from commit 104271c)
1 parent e12b1b5 commit 46ae21c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Concurrency/Backdeploy/mangling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// RUN: %target-build-swift -target %target-cpu-apple-macosx10.15 %s -o %t/test_mangling -Xfrontend -disable-availability-checking
1313
// RUN: %target-run %t/test_mangling
1414

15-
// REQUIRESx: CPU=x86_64
1615
// REQUIRES: OS=macosx
1716
// REQUIRES: executable_test
1817
// REQUIRES: concurrency_runtime
18+
// UNSUPPORTED: back_deployment_runtime
1919

2020
actor MyActor { }
2121

test/Concurrency/Backdeploy/objc_actor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// REQUIRES: OS=macosx
66
// REQUIRES: executable_test
77
// REQUIRES: concurrency_runtime
8+
// UNSUPPORTED: back_deployment_runtime
89

910
import Foundation
1011

0 commit comments

Comments
 (0)