Skip to content

Commit 90ccd30

Browse files
committed
[Concurrency] prevent two tests from running on OSes without ...
...runtime support Addresses rdar://159026098
1 parent 6d20c74 commit 90ccd30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/ShrinkWrap.swift

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

66
// REQUIRES: executable_test
77
// REQUIRES: concurrency
8+
// REQUIRES: concurrency_runtime
89

910
// rdar://124277662
1011
// XFAIL: freestanding

test/Concurrency/optional_isolated_parameters.swift

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

66
// REQUIRES: executable_test
77
// REQUIRES: concurrency
8+
// REQUIRES: concurrency_runtime
89

910
// rdar://124277662
1011
// XFAIL: freestanding

0 commit comments

Comments
 (0)