[libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
authorStephan T. Lavavej <stl@exchange.microsoft.com>
Wed, 23 Nov 2016 22:02:16 +0000 (22:02 +0000)
committerStephan T. Lavavej <stl@exchange.microsoft.com>
Wed, 23 Nov 2016 22:02:16 +0000 (22:02 +0000)
commitafe99ae092b92f88c93dbf4b139557e998d938be
tree24d1acd68bd5dd8fda37f01625e9818bdf61991c
parenta11d322f0d5530a4da67aa77ad1137c63f874288
[libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.

Change unsigned to int in parameters.

llvm-svn: 287823
21 files changed:
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp