[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.
This commit is contained in:
David Spickett 2021-09-29 09:47:16 +01:00
parent 72a08c0b94
commit e9564c3698
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@ int main(int, char**) {
string_test();
a_namespace::string_view_test();
u16string_test();
u32string_test();
tuple_test();
unique_ptr_test();