Skip to content

Commit 74e55ef

Browse files
committed
Test: Temporarily disable implicit_weak_capture.swift for back_deployment_runtime configs.
1 parent ec29497 commit 74e55ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/expr/closure/implicit_weak_capture.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -disable-availability-checking)
22

33
// REQUIRES: concurrency
4-
54
// REQUIRES: executable_test
65

6+
// rdar://102155748
7+
// UNSUPPORTED: back_deployment_runtime
8+
79
func runIn10ms(_ closure: @escaping @Sendable () -> Void) {
810
Task {
911
try! await Task.sleep(nanoseconds: 10_000_000)

0 commit comments

Comments
 (0)