Skip to content

Commit 4fbdaf5

Browse files
authored
Merge pull request swiftlang#35310 from davezarzycki/pr35310
[testing] add missing REQUIRES: concurrency
2 parents d25ce3d + e4ce411 commit 4fbdaf5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/ModuleInterface/actor_protocol.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -typecheck -enable-library-evolution -enable-experimental-concurrency -emit-module-interface-path %t/Library.swiftinterface -module-name Library %s
33
// RUN: %FileCheck --check-prefix CHECK-EXTENSION %s <%t/Library.swiftinterface
44
// RUN: %FileCheck --check-prefix CHECK %s <%t/Library.swiftinterface
5+
// REQUIRES: concurrency
56

67
/// This test ensures that, when generating a swiftinterface file,
78
/// the actor class decl itself is what may conform to the Actor protocol,

test/ModuleInterface/global-actor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %empty-directory(%t)
2+
// REQUIRES: concurrency
23

34
import MeowActor
45

0 commit comments

Comments
 (0)