Skip to content

Commit b676cc6

Browse files
authored
Merge pull request #71411 from xedin/unxfail-flow_isolation-tests
[Tests] NFC: Un-XFAIL flow_isolation tests
2 parents e38bc97 + e6b3f92 commit b676cc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Concurrency/flow_isolation.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: %target-swift-frontend -strict-concurrency=complete -swift-version 5 -parse-as-library -emit-sil -verify %s -enable-experimental-feature RegionBasedIsolation
33

44
// REQUIRES: asserts
5-
// REQUIRES: rdar120849093
65

76
func randomBool() -> Bool { return false }
87
func logTransaction(_ i: Int) {}

0 commit comments

Comments
 (0)