[libcxx-commits] [libcxx] Enable u16string_test for libcxx (PR #79499)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 25 12:57:13 PST 2024


https://github.com/AtariDreams created https://github.com/llvm/llvm-project/pull/79499

None

>From 55f233fb24e369aeb859f9997254311cb1b5720b Mon Sep 17 00:00:00 2001
From: Rose <83477269+AtariDreams at users.noreply.github.com>
Date: Thu, 25 Jan 2024 15:56:47 -0500
Subject: [PATCH] Enable u16string_test for libcxx

---
 libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
index 29315e76ec09de..d62b7c7b618a40 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -665,7 +665,7 @@ int main(int, char**) {
   string_test();
   a_namespace::string_view_test();
 
-  //u16string_test();
+  u16string_test();
   u32string_test();
   tuple_test();
   unique_ptr_test();



More information about the libcxx-commits mailing list