@@ -60,7 +60,8 @@ add_swift_library(XCTest
60
60
Sources /XCTest/Private/PerformanceMeter.swift
61
61
Sources /XCTest/Private/PrintObserver.swift
62
62
Sources /XCTest/Private/ArgumentParser.swift
63
- Sources /XCTest/Private/XCPredicateExpectation.swift
63
+ Sources /XCTest/Private/SourceLocation.swift
64
+ Sources /XCTest/Private/WaiterManager.swift
64
65
Sources /XCTest/Public/XCTestRun.swift
65
66
Sources /XCTest/Public/XCTestMain.swift
66
67
Sources /XCTest/Public/XCTestCase.swift
@@ -73,11 +74,10 @@ add_swift_library(XCTest
73
74
Sources /XCTest/Public/XCTestObservationCenter.swift
74
75
Sources /XCTest/Public/XCTestCase+Performance.swift
75
76
Sources /XCTest/Public/XCTAssert.swift
76
- Sources /XCTest/Public/Asynchronous/XCTestCase+NotificationExpectation.swift
77
- Sources /XCTest/Public/Asynchronous/XCTestCase+PredicateExpectation.swift
78
- Sources /XCTest/Public/Asynchronous/XCPredicateExpectationHandler.swift
79
- Sources /XCTest/Public/Asynchronous/XCWaitCompletionHandler.swift
80
- Sources /XCTest/Public/Asynchronous/XCNotificationExpectationHandler.swift
77
+ Sources /XCTest/Public/Asynchronous/XCTNSNotificationExpectation.swift
78
+ Sources /XCTest/Public/Asynchronous/XCTNSPredicateExpectation.swift
79
+ Sources /XCTest/Public/Asynchronous/XCTWaiter+Validation.swift
80
+ Sources /XCTest/Public/Asynchronous/XCTWaiter.swift
81
81
Sources /XCTest/Public/Asynchronous/XCTestCase+Asynchronous.swift
82
82
Sources /XCTest/Public/Asynchronous/XCTestExpectation.swift
83
83
SWIFT_FLAGS
0 commit comments