Skip to content

Commit a2c237b

Browse files
authored
Merge pull request swiftlang#71202 from finagolfin/isolation
[Test] Make sure macros are enabled for the tests that use the new #isolation macro
2 parents f141ddf + 8e7a5c6 commit a2c237b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Concurrency/isolated_parameters.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// REQUIRES: concurrency
55
// REQUIRES: asserts
6+
// REQUIRES: swift_swift_parser
67

78
@available(SwiftStdlib 5.1, *)
89
actor A {

test/Concurrency/isolation_macro.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: concurrency
44
// REQUIRES: asserts
5+
// REQUIRES: swift_swift_parser
56

67
// CHECK-LABEL: nonisolatedFunc()
78
@available(SwiftStdlib 5.1, *)

test/Distributed/isolation_macro.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// REQUIRES: concurrency
66
// REQUIRES: asserts
77
// REQUIRES: distributed
8+
// REQUIRES: swift_swift_parser
89

910
import Distributed
1011

0 commit comments

Comments
 (0)