Fix unit test on FreeBSD. We need to make sure there is enough space to save the...
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Aug 2009 12:31:02 +0000 (12:31 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Aug 2009 12:31:02 +0000 (12:31 +0000)
commit5232f418c625b6f0e1ccc5d6221a0b8a21f62769
treeb88a314be05b8544e923b78b06f4c2f22ce0f684
parente2b16504be5b55e6a42819eaf93e0698b529165b
Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned.

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