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.
SWIFT_CONCURRENCY_WAITER
1 parent ae2cb67 commit e428651Copy full SHA for e428651
Sources/XCTest/Public/XCAbstractTest.swift
@@ -36,9 +36,9 @@ open class XCTest {
36
/// testRunClass. If the test has not yet been run, this will be nil.
37
open private(set) var testRun: XCTestRun? = nil
38
39
+ #if USE_SWIFT_CONCURRENCY_WAITER
40
internal var performTask: Task<Void, Never>?
41
- #if USE_SWIFT_CONCURRENCY_WAITER
42
internal func _performAsync(_ run: XCTestRun) async {
43
fatalError("Must be overridden by subclasses.")
44
}
0 commit comments