| 718 | } |
| 719 | |
| 720 | TEST(Core, CharString8) |
| 721 | { |
| 722 | UT_MEM_CHECK_INIT(); |
| 723 | |
| 724 | test(); |
| 725 | test_2(); |
| 726 | test_3(); |
| 727 | test_U(); |
| 728 | test_U_2(); |
| 729 | test_U_3(); |
| 730 | test_list(); |
| 731 | test_list_2(); |
| 732 | test_printf(); |
| 733 | test_cpp14(); |
| 734 | test_move(); |
| 735 | |
| 736 | UT_MEM_CHECK(); |
| 737 | } |
| 738 | |
| 739 | UT_END(); |
nothing calls this directly
no test coverage detected