llvm-project/libcxx/test/std/containers/sequences
Stephan T. Lavavej a807f5cd62 [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
2017-05-05 23:38:24 +00:00
..
array Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> 2017-04-16 02:50:40 +00:00
deque Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque 2017-04-16 03:17:01 +00:00
forwardlist Cleanup one more <forward_list> test 2017-04-16 04:05:15 +00:00
list Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 2017-04-16 03:45:35 +00:00
vector Sigh. Once again forgot about the 'no exceptions' bots. 2017-04-17 14:18:44 +00:00
vector.bool [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". 2017-05-05 23:38:24 +00:00
nothing_to_do.pass.cpp