teak-llvm/libcxx/test/std/algorithms/alg.sorting
Eric Fiselier f2f2a6395f Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!

llvm-svn: 272716
2016-06-14 21:31:42 +00:00
..
alg.binary.search
alg.clamp [libcxx] Fix c++98 test failures. 2016-06-03 21:40:03 +00:00
alg.heap.operations Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
alg.lex.comparison
alg.merge Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
alg.min.max Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
alg.nth.element
alg.permutation.generators
alg.set.operations Fix warnings in test/std/algorithms 2015-07-18 21:53:16 +00:00
alg.sort Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com 2016-04-28 02:45:11 +00:00
nothing_to_do.pass.cpp