[libcxx-commits] [libcxx] e9564c3 - [libcxx] Run u16string tests for gdb pretty printers

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 29 01:49:42 PDT 2021


Author: David Spickett
Date: 2021-09-29T09:47:16+01:00
New Revision: e9564c3698edffc64439a8f957c7c28b19214613

URL: https://github.com/llvm/llvm-project/commit/e9564c3698edffc64439a8f957c7c28b19214613
DIFF: https://github.com/llvm/llvm-project/commit/e9564c3698edffc64439a8f957c7c28b19214613.diff

LOG: [libcxx] Run u16string tests for gdb pretty printers

As far as I can tell these were just missed out when the tests
were first added. No specific reason they should be skipped.

Added: 
    

Modified: 
    libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

Removed: 
    


################################################################################
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 890d6fc1705b6..ffbea1ad0d745 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -659,6 +659,7 @@ int main(int, char**) {
   string_test();
   a_namespace::string_view_test();
 
+  u16string_test();
   u32string_test();
   tuple_test();
   unique_ptr_test();


        


More information about the libcxx-commits mailing list