Skip to content

Commit fb70ab4

Browse files
authored
Merge pull request swiftlang#35598 from davezarzycki/pr35598
2 parents b0d3173 + 05a8cbe commit fb70ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Parse/foreach_async.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
struct AsyncRange<Bound: Comparable & Strideable>: AsyncSequence, AsyncIteratorProtocol where Bound.Stride : SignedInteger {
45
var range: Range<Bound>.Iterator

0 commit comments

Comments
 (0)