Author: Marek Kurdej Date: 2020-12-15T19:03:11+01:00 New Revision: d1da346296fd19f110975f6f9facdb486d0e0e28
URL: https://github.com/llvm/llvm-project/commit/d1da346296fd19f110975f6f9facdb486d0e0e28 DIFF: https://github.com/llvm/llvm-project/commit/d1da346296fd19f110975f6f9facdb486d0e0e28.diff LOG: [libc++] Fix synopsis in string::ends_with test. NFC. Added: Modified: libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp Removed: ################################################################################ diff --git a/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp b/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp index b10a546c10c7..51339641632e 100644 --- a/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp +++ b/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp @@ -9,7 +9,7 @@ // <string_view> -// constexpr bool starts_with(const CharT *x) const; +// constexpr bool ends_with(const CharT *x) const; #include <string_view> #include <cassert> _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits