[subset] Another fixup

I broke this in c31fcf4c58
This commit is contained in:
Behdad Esfahbod 2018-02-11 19:46:06 -06:00
parent cd32177a32
commit 41906cd5ef
2 changed files with 2 additions and 1 deletions

View File

@ -590,7 +590,7 @@ struct cmap
hb_blob_t * subset (hb_subset_plan_t *plan, hb_face_t *source) const
{
hb_prealloced_array_t<CmapSubtableLongGroup> groups;
hb_auto_array_t<CmapSubtableLongGroup> groups;
populate_groups(plan->codepoints, &groups);

View File

@ -42,6 +42,7 @@ def run_test(test):
"--font-file=" + test.font_path,
"--output-file=" + out_file,
"--unicodes=%s" % test.unicodes()]
print (' '.join(cli_args))
_, return_code = cmd(cli_args)
if return_code: