[libc-commits] [libc] [libc] Implemented wmemset and added tests (PR #141691)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed May 28 13:36:05 PDT 2025


================
@@ -32,3 +32,15 @@ add_libc_test(
   DEPENDS
     libc.src.wchar.wctob
 )
+
+add_libc_test(
+  wmemset_test 
+  SUITE
+    libc_wchar_unittests
+  SRCS
+    wmemset_test.cpp
+  DEPENDS
+    libc.hdr.types.size_t
+    libc.hdr.types.wchar_t
+    libc.src.wchar.wmemset
+)
----------------
michaelrj-google wrote:

nit: fix missing newline

https://github.com/llvm/llvm-project/pull/141691


More information about the libc-commits mailing list