Skip to content

Commit ce112e2

Browse files
authored
Merge pull request #37580 from benlangmuir/disable-executor_deinit1-55
[5.5] Disable test/Concurrency/Runtime/executor_deinit1.swift
2 parents e32e4f7 + 4430c77 commit ce112e2

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
@@ -15,6 +15,8 @@
1515
// rdar://78193017
1616
// UNSUPPORTED: CPU=x86_64 && OS=tvos
1717

18+
// REQUIRES: rdar78325660
19+
1820
// doesn't matter that it's bool identity function or not
1921
func boolIdentityFn(_ x : Bool) -> Bool { return x }
2022

0 commit comments

Comments
 (0)