forked from OSchip/llvm-project
[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:
parent
72a08c0b94
commit
e9564c3698
|
@ -659,6 +659,7 @@ int main(int, char**) {
|
|||
string_test();
|
||||
a_namespace::string_view_test();
|
||||
|
||||
u16string_test();
|
||||
u32string_test();
|
||||
tuple_test();
|
||||
unique_ptr_test();
|
||||
|
|
Loading…
Reference in New Issue