Skip to content

Commit 98c5d86

Browse files
authored
Merge pull request swiftlang#37500 from atrick/5.5-disable-executor
Disable Concurrency/Runtime/executor_deinit1.swift on tvOS
2 parents db672d0 + f96477a commit 98c5d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
// UNSUPPORTED: CPU=x86_64 && OS=ios
1313
// rdar://78039465
1414
// UNSUPPORTED: CPU=x86_64 && OS=watchos
15-
15+
// rdar://78193017
16+
// UNSUPPORTED: CPU=x86_64 && OS=tvos
1617

1718
// doesn't matter that it's bool identity function or not
1819
func boolIdentityFn(_ x : Bool) -> Bool { return x }

0 commit comments

Comments
 (0)