From 8b379ddc765dc1912f768dbc903b94ef106e6a32 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 14 Jul 2022 16:20:04 -0600 Subject: [PATCH] [test-iter] Add back test of OT namespace iteration --- src/test-iter.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test-iter.cc b/src/test-iter.cc index 1ff680585..c37d1e74d 100644 --- a/src/test-iter.cc +++ b/src/test-iter.cc @@ -225,6 +225,7 @@ main (int argc, char **argv) test_iterable> (); test_iterable> (); test_iterable (); + test_iterable> (); test_iterator (hb_zip (st, v)); test_iterator_non_default_constructable (hb_enumerate (st));