Skip to content

Commit 1f23e44

Browse files
authored
Merge pull request #38603 from davezarzycki/pr38603
2 parents 03d8690 + 51a3458 commit 1f23e44

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Concurrency/actor_isolation_cycle.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift
2+
// REQUIRES: concurrency
23

34
public protocol P {
45
associatedtype T

test/IDE/complete_globalactorunsafe.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-ide-test -batch-code-completion -source-filename %s -filecheck %raw-FileCheck -completion-output-dir %t -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
// SAFE_NOTREC: Begin completions, 2 items
45
// SAFE_NOTREC-DAG: Keyword[self]/CurrNominal: self[#SafelyIsolatedCls#];

test/IDE/complete_globalactorunsafe_strict.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-ide-test -batch-code-completion -source-filename %s -filecheck %raw-FileCheck -completion-output-dir %t -enable-experimental-concurrency -warn-concurrency
2+
// REQUIRES: concurrency
23

34
// SAFE_NOTREC: Begin completions, 2 items
45
// SAFE_NOTREC-DAG: Keyword[self]/CurrNominal: self[#SafelyIsolatedCls#];

0 commit comments

Comments
 (0)