We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af65227 commit 0f065b9Copy full SHA for 0f065b9
test/Concurrency/dispatch_inference.swift
@@ -3,6 +3,8 @@
3
// RUN: %target-swift-frontend -disable-availability-checking %import-libdispatch -warn-concurrency %s -emit-sil -o /dev/null -verify -strict-concurrency=complete
4
// RUN: %target-swift-frontend -disable-availability-checking %import-libdispatch -warn-concurrency %s -emit-sil -o /dev/null -verify -strict-concurrency=complete -enable-experimental-feature SendNonSendable
5
6
+// https://github.com/apple/swift/issues/70759
7
+// REQUIRES: GH70759
8
// REQUIRES: concurrency
9
// REQUIRES: libdispatch
10
// REQUIRES: asserts
0 commit comments