[libc++][test] Enable constexpr string comparison tests
authorJoe Loser <joeloser93@gmail.com>
Tue, 31 May 2022 00:21:56 +0000 (18:21 -0600)
committerJoe Loser <joeloser93@gmail.com>
Thu, 2 Jun 2022 01:26:20 +0000 (19:26 -0600)
commit93a375a15c8ad4226453b3ec920070b5be361656
tree1ae3c7685e4da41c302c5d4506da814f301a453a
parent6784adc63d76e9ac231e1f3f0cdf05c8b5f6c0e9
[libc++][test] Enable constexpr string comparison tests

Some tests in `string.view.comparison` are not enabled due to previous lack of
support for `constexpr std::string`. Now that it is implemented, we can enable
these tests.

Differential Revision: https://reviews.llvm.org/D126737
libcxx/test/std/strings/string.view/string.view.comparison/equal.pass.cpp
libcxx/test/std/strings/string.view/string.view.comparison/greater.pass.cpp
libcxx/test/std/strings/string.view/string.view.comparison/greater_equal.pass.cpp
libcxx/test/std/strings/string.view/string.view.comparison/less.pass.cpp
libcxx/test/std/strings/string.view/string.view.comparison/less_equal.pass.cpp
libcxx/test/std/strings/string.view/string.view.comparison/not_equal.pass.cpp