MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is greater...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 22 Aug 2013 10:23:58 +0000 (10:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 22 Aug 2013 10:23:58 +0000 (10:23 +0000)
commit4efbeb2700506fa1cbbca5e487b57eaad05c60ed
tree35221f7ea188e15d96208c3e2c12903fd8d3bca8
parent378cd84adfe988166c3a45005043b506e3485c34
MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is greater than 8000.

PageSize, aka AllocationGranularity, is 65536 on Win32 (and Cygwin).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188999 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/MemoryBufferTest.cpp