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));