You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations
Marshall Clow 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@322505 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
is.heap Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
make.heap Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. 8 years ago
pop.heap Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
push.heap Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
sort.heap Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 10 years ago