Skip to content

Commit 0f107b7

Browse files
committed
uncomment platform check macros
1 parent dc92359 commit 0f107b7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

DiffTests/BatchUpdateTests.swift

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #if !os(macOS) && !os(watchOS)
1+
#if !os(macOS) && !os(watchOS)
22

33
import XCTest
44
@testable import Diff
@@ -48,19 +48,20 @@ class BatchUpdateTests: XCTestCase {
4848
XCTAssertEqual(batch.moves, expectation.2.2.map { (transform($0.0), transform($0.1)) })
4949
}
5050
}
51-
//
52-
// // MARK: Performance Tests
53-
// func testCellsPerformance() {
54-
// self.measure {
55-
// self._testCells()
56-
// }
57-
// }
58-
//
59-
// func testCellsWithTransformPerformance() {
60-
// self.measure {
61-
// self._testCellsWithTransform()
62-
// }
63-
// }
51+
52+
//
53+
// // MARK: Performance Tests
54+
// func testCellsPerformance() {
55+
// self.measure {
56+
// self._testCells()
57+
// }
58+
// }
59+
//
60+
// func testCellsWithTransformPerformance() {
61+
// self.measure {
62+
// self._testCellsWithTransform()
63+
// }
64+
// }
6465
}
6566

66-
// #endif
67+
#endif

0 commit comments

Comments
 (0)