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 9c4bc9a commit ea67ce3Copy full SHA for ea67ce3
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 RegionBasedIsolation
5
6
+// https://github.com/apple/swift/issues/69481
7
+// REQUIRES: GH69481
8
// REQUIRES: concurrency
9
// REQUIRES: libdispatch
10
// REQUIRES: asserts
0 commit comments