File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -520,21 +520,21 @@ final class DiffTests: XCTestCase {
520
520
)
521
521
}
522
522
523
- #if !os(WASI)
524
- func testNestedCustomMirror( ) {
525
- #if compiler(>=5.4)
526
- XCTAssertNoDifference (
527
- diff (
528
- NestedDate ( date: Date ( timeIntervalSince1970: 0 ) ) ,
529
- NestedDate ( date: Date ( timeIntervalSince1970: 1 ) )
530
- ) ,
531
- """
532
- - NestedDate(date: Date(1970-01-01T00:00:00.000Z))
533
- + NestedDate(date: Date(1970-01-01T00:00:01.000Z))
534
- """
535
- )
536
- #endif
537
- }
523
+ #if !os(WASI)
524
+ func testNestedCustomMirror( ) {
525
+ #if compiler(>=5.4)
526
+ XCTAssertNoDifference (
527
+ diff (
528
+ NestedDate ( date: Date ( timeIntervalSince1970: 0 ) ) ,
529
+ NestedDate ( date: Date ( timeIntervalSince1970: 1 ) )
530
+ ) ,
531
+ """
532
+ - NestedDate(date: Date(1970-01-01T00:00:00.000Z))
533
+ + NestedDate(date: Date(1970-01-01T00:00:01.000Z))
534
+ """
535
+ )
536
+ #endif
537
+ }
538
538
#endif
539
539
540
540
func testMultilineString( ) {
You can’t perform that action at this time.
0 commit comments