[test-iter] Add back test of OT namespace iteration

This commit is contained in:
Behdad Esfahbod 2022-07-14 16:20:04 -06:00
parent ab21c4c283
commit 8b379ddc76
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ main (int argc, char **argv)
test_iterable<hb_sorted_array_t<const int>> (); test_iterable<hb_sorted_array_t<const int>> ();
test_iterable<hb_vector_t<float>> (); test_iterable<hb_vector_t<float>> ();
test_iterable<hb_set_t> (); test_iterable<hb_set_t> ();
test_iterable<OT::Array16Of<OT::HBUINT16>> ();
test_iterator (hb_zip (st, v)); test_iterator (hb_zip (st, v));
test_iterator_non_default_constructable (hb_enumerate (st)); test_iterator_non_default_constructable (hb_enumerate (st));