[repacker] Update call to hb_subset_repack_or_fail in tests.
This commit is contained in:
parent
69913e012e
commit
f3aff45e04
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue