Skip to content

Commit f9217b9

Browse files
committed
Update CMakeLists.txt with added/removed files
1 parent ffa81a2 commit f9217b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ add_swift_library(XCTest
6060
Sources/XCTest/Private/PerformanceMeter.swift
6161
Sources/XCTest/Private/PrintObserver.swift
6262
Sources/XCTest/Private/ArgumentParser.swift
63-
Sources/XCTest/Private/XCPredicateExpectation.swift
63+
Sources/XCTest/Private/SourceLocation.swift
64+
Sources/XCTest/Private/WaiterManager.swift
6465
Sources/XCTest/Public/XCTestRun.swift
6566
Sources/XCTest/Public/XCTestMain.swift
6667
Sources/XCTest/Public/XCTestCase.swift
@@ -73,11 +74,10 @@ add_swift_library(XCTest
7374
Sources/XCTest/Public/XCTestObservationCenter.swift
7475
Sources/XCTest/Public/XCTestCase+Performance.swift
7576
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
8181
Sources/XCTest/Public/Asynchronous/XCTestCase+Asynchronous.swift
8282
Sources/XCTest/Public/Asynchronous/XCTestExpectation.swift
8383
SWIFT_FLAGS

0 commit comments

Comments
 (0)