mirror of
https://github.com/neovim/neovim.git
synced 2026-06-25 20:55:30 +00:00
09d4133changed blocknr_T from long to int64_t, so pe_bnum is now always 64-bit. This was an incompatible change in the swapfile format for 32-bit systems, but there have been no complaints in the past 9 years so just adjust the test. (cherry picked from commita1ded1b113)