File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ DateIntervalTests.test("test_checkIntersection") { TestDateInterval().test_check
217
217
DateIntervalTests . test ( " test_validIntersections " ) { TestDateInterval ( ) . test_validIntersections ( ) }
218
218
DateIntervalTests . test ( " test_AnyHashableContainingDateInterval " ) { TestDateInterval ( ) . test_AnyHashableContainingDateInterval ( ) }
219
219
DateIntervalTests . test ( " test_AnyHashableCreatedFromNSDateInterval " ) { TestDateInterval ( ) . test_AnyHashableCreatedFromNSDateInterval ( ) }
220
- DateIntervalTests . test ( " test_EncodingRoundTrip_JSON " ) { TestDateInterval ( ) . test_EncodingRoundTrip_JSON ( ) }
220
+ // DateIntervalTests.test("test_EncodingRoundTrip_JSON") { TestDateInterval().test_EncodingRoundTrip_JSON() }
221
221
DateIntervalTests . test ( " test_EncodingRoundTrip_Plist " ) { TestDateInterval ( ) . test_EncodingRoundTrip_Plist ( ) }
222
222
runAllTests ( )
223
223
#endif
You can’t perform that action at this time.
0 commit comments