[libc++][test] Enable some more string_view tests
authorJoe Loser <joeloser93@gmail.com>
Thu, 2 Jun 2022 03:23:40 +0000 (21:23 -0600)
committerJoe Loser <joeloser93@gmail.com>
Thu, 2 Jun 2022 14:56:02 +0000 (08:56 -0600)
commit6423a9f0ec8ba70049ea76e7bcfc9a9d1a54e826
tree3b412ca57daf356f5cb3fd639e23db4a3fcc92f0
parent5a6352bc70fb0f309de22ea75ef132f32d8be9b4
[libc++][test] Enable some more string_view tests

Some test cases for `ends_with.ptr.pass` and `starts_with.ptr.pass` for
`string_view` are commented out, but work just fine. Uncomment them.

Differential Revision: https://reviews.llvm.org/D126849
libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp
libcxx/test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp