[libc++] Enables constexpr string tests.
authorMark de Wever <koraq@xs4all.nl>
Fri, 30 Jun 2023 15:33:47 +0000 (17:33 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sat, 1 Jul 2023 10:26:48 +0000 (12:26 +0200)
commit0fa67d44e0abc1c79ed9b3fffcbab4681fbe4d6a
treea6eaf64997e275d2126413e800346e9438f2d6c0
parent8fdbc8712c5b65617331b3de43bedd302e9cdbc1
[libc++] Enables constexpr string tests.

These tests were disabled during constant evaluation in D90569. At that
time constexpr string was not implemented. It now is.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D154227
libcxx/test/std/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
libcxx/test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
libcxx/test/std/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
libcxx/test/std/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp