[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with...
authorStephan T. Lavavej <stl@exchange.microsoft.com>
Fri, 5 May 2017 23:38:24 +0000 (23:38 +0000)
committerStephan T. Lavavej <stl@exchange.microsoft.com>
Fri, 5 May 2017 23:38:24 +0000 (23:38 +0000)
commita807f5cd626fd0db3fe806ef467c634c776bb5cd
treebf85fdc291d90fdb23195775853271b4237ed09a
parentddf81113310d87f3a09d34f3c2ef01542aaa8324
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant".

The expressions `1 == 1` and `true` have the same type, value category, and value.

Fixes D32924.

llvm-svn: 302322
libcxx/test/std/containers/sequences/vector.bool/emplace_back.pass.cpp