Skip to content

Commit e428651

Browse files
Guard out SWIFT_CONCURRENCY_WAITER specific member field
1 parent ae2cb67 commit e428651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTest/Public/XCAbstractTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ open class XCTest {
3636
/// testRunClass. If the test has not yet been run, this will be nil.
3737
open private(set) var testRun: XCTestRun? = nil
3838

39+
#if USE_SWIFT_CONCURRENCY_WAITER
3940
internal var performTask: Task<Void, Never>?
4041

41-
#if USE_SWIFT_CONCURRENCY_WAITER
4242
internal func _performAsync(_ run: XCTestRun) async {
4343
fatalError("Must be overridden by subclasses.")
4444
}

0 commit comments

Comments
 (0)