[all-commits] [llvm/llvm-project] 6423a9: [libc++][test] Enable some more string_view tests

Joseph Loser via All-commits all-commits at lists.llvm.org
Thu Jun 2 07:57:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6423a9f0ec8ba70049ea76e7bcfc9a9d1a54e826
      https://github.com/llvm/llvm-project/commit/6423a9f0ec8ba70049ea76e7bcfc9a9d1a54e826
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list