We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec29497 commit 74e55efCopy full SHA for 74e55ef
test/expr/closure/implicit_weak_capture.swift
@@ -1,9 +1,11 @@
1
// RUN: %target-run-simple-swift(-Xfrontend -disable-availability-checking)
2
3
// REQUIRES: concurrency
4
-
5
// REQUIRES: executable_test
6
+// rdar://102155748
7
+// UNSUPPORTED: back_deployment_runtime
8
+
9
func runIn10ms(_ closure: @escaping @Sendable () -> Void) {
10
Task {
11
try! await Task.sleep(nanoseconds: 10_000_000)
0 commit comments