Skip to content

Commit cd0406f

Browse files
committed
[android][test] Mark concurrency test with REQUIRES.
The concurrency tests needs requires, so platforms that have not yet enabled concurrency do not fail on them. The Android CI machines were failing since the introduction of these test. Introduced in swiftlang#35544.
1 parent 1ef2174 commit cd0406f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SourceKit/CursorInfo/cursor_info_concurrency.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: concurrency
2+
13
// BEGIN MyModule.swift
24
public actor class MyActor {
35
public func asyncFunc(fn: () async -> Void) async throws {}

0 commit comments

Comments
 (0)