Skip to content

Conversation

akovaski
Copy link
Contributor

The test used the year 9999 when calling DiffBisect. int32 (used by deadline) can only go up to about the year 2038, thus the date being used could not fit in an int32, but does fit in an int64.

The tests still fail at line 821, after the DiffBisect tests.

The test used the year 9999 when calling DiffBisect. int32 can only go
up to about the year 2038, thus the date being used could not fit in an
int32, but does fit in an int64.
@rwcarlsen
Copy link
Contributor

This was closed/merged in #2.

@akovaski akovaski closed this Mar 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants