[libcxx-commits] [libcxx] d1da346 - [libc++] Fix synopsis in string::ends_with test. NFC.

Marek Kurdej via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 15 10:03:28 PST 2020


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>


        


More information about the libcxx-commits mailing list