[repacker] Update call to hb_subset_repack_or_fail in tests.

This commit is contained in:
Garret Rieger 2022-07-29 21:33:11 +00:00
parent 69913e012e
commit f3aff45e04
1 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ test_hb_repack_with_cy_struct (void)
hb_objs[14].real_links[2].objidx = 14;
hb_objs[14].virtual_links = NULL;
hb_blob_t *result = hb_subset_repack_or_fail (hb_objs, 15);
hb_blob_t *result = hb_subset_repack_or_fail (HB_TAG_NONE, hb_objs, 15);
hb_face_t *face_expected = hb_test_open_font_file ("fonts/repacker_expected.otf");
hb_blob_t *expected_blob = hb_face_reference_table (face_expected, HB_TAG ('G','S','U','B'));