Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix internal entry size test #761

Merged
merged 1 commit into from Apr 24, 2022
Merged

Fix internal entry size test #761

merged 1 commit into from Apr 24, 2022

Commits on Apr 24, 2022

  1. Fix internal entry size test

    The test meant to assert that the size of entry does not grow beyond
    what it is today. 48 is the current size in bytes on x64. On 32-bit
    platform that value should be less. As written the test was doing the
    opposite comparison.
    
    Fixes #760
    pelletier committed Apr 24, 2022
    Copy the full SHA
    6127b69 View commit details
    Browse the repository at this point in the history