Skip to content

Commit 0f47bd3

Browse files
authored
Merge pull request #35562 from rmaz/concurrency_fixes
[Testing] Add missing REQUIRES: concurrency
2 parents 682eeb4 + 6b6e5b8 commit 0f47bd3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

test/Concurrency/objc_async_overload.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-concurrency -typecheck -verify -import-objc-header %S/Inputs/Delegate.h %s
2-
2+
// REQUIRES: concurrency
33
// REQUIRES: objc_interop
44

55

test/SILGen/objc_async.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-silgen -I %S/Inputs/custom-modules -enable-experimental-concurrency %s -verify | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-%target-cpu %s
2+
// REQUIRES: concurrency
23
// REQUIRES: objc_interop
34

45
import Foundation

test/SILGen/objc_async_from_swift.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-silgen -I %S/Inputs/custom-modules -enable-experimental-concurrency %s -verify | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-%target-cpu %s
2+
// REQUIRES: concurrency
23
// REQUIRES: objc_interop
34

45
import Foundation

0 commit comments

Comments
 (0)