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.
2 parents ac465ea + ed6322c commit d28bd9aCopy full SHA for d28bd9a
test/Concurrency/flow_isolation.swift
@@ -2,6 +2,7 @@
2
// RUN: %target-swift-frontend -strict-concurrency=complete -swift-version 5 -parse-as-library -emit-sil -verify %s -enable-experimental-feature RegionBasedIsolation
3
4
// REQUIRES: asserts
5
+// REQUIRES: rdar120849093
6
7
func randomBool() -> Bool { return false }
8
func logTransaction(_ i: Int) {}
0 commit comments