Skip to content

Commit d89de70

Browse files
authored
Merge pull request #37578 from benlangmuir/disable-executor_deinit1
Disable test/Concurrency/Runtime/executor_deinit1.swift
2 parents 6b1b9ba + e104815 commit d89de70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// https://bugs.swift.org/browse/SR-14461
1010
// UNSUPPORTED: linux
1111

12+
// REQUIRES: rdar78325660
13+
1214
// doesn't matter that it's bool identity function or not
1315
func boolIdentityFn(_ x : Bool) -> Bool { return x }
1416

0 commit comments

Comments
 (0)