Skip to content

Commit 05a8cbe

Browse files
committed
[testing] Add missing REQUIRES
1 parent f55f290 commit 05a8cbe

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)