[libc-commits] [libc] [libc] Wchar Stringconverter (PR #146388)

via libc-commits libc-commits at lists.llvm.org
Mon Jun 30 10:04:29 PDT 2025


================
@@ -19,3 +19,13 @@ add_libc_test(
   DEPENDS
     libc.src.__support.wchar.character_converter
 )
+
+add_libc_test(
+  string_converter_test.cpp
+  SUITE
+    libc-support-tests
+  SRCS
+    string_converter_test.cpp
+  DEPENDS
+    libc.src.__support.wchar.string_converter
----------------
sribee8 wrote:

you're missing a bunch of depends here

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


More information about the libc-commits mailing list