File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
- // #if !os(macOS) && !os(watchOS)
1
+ #if !os(macOS) && !os(watchOS)
2
2
3
3
import XCTest
4
4
@testable import Diff
@@ -48,19 +48,20 @@ class BatchUpdateTests: XCTestCase {
48
48
XCTAssertEqual ( batch. moves, expectation. 2 . 2 . map { ( transform ( $0. 0 ) , transform ( $0. 1 ) ) } )
49
49
}
50
50
}
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
+ // }
64
65
}
65
66
66
- // #endif
67
+ #endif
You can’t perform that action at this time.
0 commit comments