[libcxx] [test] Silence warning C4324 for MSVC.
authorStephan T. Lavavej <stl@exchange.microsoft.com>
Tue, 26 Sep 2017 23:08:39 +0000 (23:08 +0000)
committerStephan T. Lavavej <stl@exchange.microsoft.com>
Tue, 26 Sep 2017 23:08:39 +0000 (23:08 +0000)
commit1d8a407e642a211c3dfccf4d2d4d383603dd2273
tree8ddf66cdf926db23121548884dda75c63326dc8d
parent2ea995adf092bf0e5aa753843f1af45be68a945c
[libcxx] [test] Silence warning C4324 for MSVC.

This warning "structure was padded due to alignment specifier" says
that the compiler is going to do exactly what you asked it to do.
It's triggered by the tests for over-aligned dynamic memory allocation.

llvm-svn: 314257
libcxx/test/support/msvc_stdlib_force_include.hpp