We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b691b8d + 0fad03a commit b5d47b7Copy full SHA for b5d47b7
test/Concurrency/Runtime/executor_deinit1.swift
@@ -6,6 +6,8 @@
6
// REQUIRES: concurrency_runtime
7
// UNSUPPORTED: back_deployment_runtime
8
9
+// REQUIRES: rdar114644156
10
+
11
// doesn't matter that it's bool identity function or not
12
func boolIdentityFn(_ x : Bool) -> Bool { return x }
13
0 commit comments